diff options
author | hasso <hasso@pkgsrc.org> | 2009-03-11 19:11:59 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-03-11 19:11:59 +0000 |
commit | 505070bdf363fb2dea1f071d44a854134cc503b8 (patch) | |
tree | 8695a405eeca6bec451594bffd81bdcc203bc5a7 /games/netmaj | |
parent | e66a51619aea9376e88e499ff2eafe22e8e68da6 (diff) | |
download | pkgsrc-505070bdf363fb2dea1f071d44a854134cc503b8.tar.gz |
Make it build on DragonFly.
Diffstat (limited to 'games/netmaj')
-rw-r--r-- | games/netmaj/files/configure.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/netmaj/files/configure.sh b/games/netmaj/files/configure.sh index b58a5917460..92f9b40bdee 100644 --- a/games/netmaj/files/configure.sh +++ b/games/netmaj/files/configure.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: configure.sh,v 1.1 2008/02/29 20:53:02 jlam Exp $ +# $NetBSD: configure.sh,v 1.2 2009/03/11 19:11:59 hasso Exp $ # # This script needs the following variables passed through the environment: # @@ -22,6 +22,8 @@ fi case ${OPSYS} in *BSD) ;; +DragonFly) + ;; Linux) cppflags="$cppflags -DDEF_OPTARG" ;; |