pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/xtris Fix conversion.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1fbef97b5cca
branches:  trunk
changeset: 494939:1fbef97b5cca
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue May 31 22:04:06 2005 +0000

description:
Fix conversion.

diffstat:

 games/xtris/options.mk |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (18 lines):

diff -r 148b40ac9555 -r 1fbef97b5cca games/xtris/options.mk
--- a/games/xtris/options.mk    Tue May 31 22:03:02 2005 +0000
+++ b/games/xtris/options.mk    Tue May 31 22:04:06 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2005/05/31 21:47:34 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2005/05/31 22:04:06 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.xtris
 PKG_SUPPORTED_OPTIONS= inet6
@@ -6,7 +6,5 @@
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Minet6)
-CONFIGURE_ARGS+=        --enable-ipv6
-.else
-CONFIGURE_ARGS+=       --disable-ipv6
+CFLAGS+=       -DINET6
 .endif



Home | Main Index | Thread Index | Old Index