pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/digger Do not add -DSDL to MAKE_FLAGS in case gm...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c81a2475388
branches:  trunk
changeset: 491593:1c81a2475388
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Mar 26 10:39:41 2005 +0000

description:
Do not add -DSDL to MAKE_FLAGS in case gmake is used.

diffstat:

 games/digger/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 5f4c97c24b58 -r 1c81a2475388 games/digger/Makefile
--- a/games/digger/Makefile     Sat Mar 26 10:06:18 2005 +0000
+++ b/games/digger/Makefile     Sat Mar 26 10:39:41 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/03/26 01:19:57 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2005/03/26 10:39:41 wiz Exp $
 #
 
 DISTNAME=              digger-20020314
@@ -19,8 +19,8 @@
 USE_GNU_TOOLS+=                make
 .else
 MAKEFILE=              Makefile.fbsd
+MAKE_FLAGS+=           -DSDL
 .endif
-MAKE_FLAGS+=           -DSDL
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/digger ${PREFIX}/bin/digger



Home | Main Index | Thread Index | Old Index