opnsense-ports/games/oldrunner/files/patch-configure
Franco Fichtner 8971a519bb */*: sync with upstream
Taken from: FreeBSD
2016-02-01 05:44:56 +01:00

20 lines
539 B
Text

--- configure.orig 2010-07-17 17:30:32 UTC
+++ configure
@@ -43,7 +43,7 @@ EOF
case $OLDRUNNER_PLATFORM in
# ------------------------------------------------------------------------------
- OpenBSD|FreeBSD)
+ OpenBSD|FreeBSD|DragonFly)
cat <<EOF >>$CONFIG_H
#define HAVE_CURSES_H
#define HAVE_BZERO
@@ -52,7 +52,7 @@ case $OLDRUNNER_PLATFORM in
#define HAVE_STRTONUM
EOF
cat <<EOF >>$CONFIG_MK
-LIBS+= -lcurses
+LIBS+= -lncurses
EOF
;;
# ------------------------------------------------------------------------------