summaryrefslogtreecommitdiff
path: root/games/oldrunner/files/patch-configure
blob: ae805923e1d3dea9320c97266d2718f5012ea5ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- 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
 	;;
 # ------------------------------------------------------------------------------