pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/netmaj/files Make it build on DragonFly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89369599df60
branches:  trunk
changeset: 555898:89369599df60
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Wed Mar 11 19:11:59 2009 +0000

description:
Make it build on DragonFly.

diffstat:

 games/netmaj/files/configure.sh |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r d32416c0900e -r 89369599df60 games/netmaj/files/configure.sh
--- a/games/netmaj/files/configure.sh   Wed Mar 11 16:00:46 2009 +0000
+++ b/games/netmaj/files/configure.sh   Wed Mar 11 19:11:59 2009 +0000
@@ -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 @@
 case ${OPSYS} in
 *BSD)
        ;;
+DragonFly)
+       ;;
 Linux)
        cppflags="$cppflags -DDEF_OPTARG"
        ;;



Home | Main Index | Thread Index | Old Index