summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoritojun <itojun>2001-02-06 06:06:32 +0000
committeritojun <itojun>2001-02-06 06:06:32 +0000
commitda6125eeaf76ec461a16baeb83b15cb8649dee04 (patch)
tree63967ef7ebff9af4aa81935e3d8ceb1652edff32 /www
parenta9d097fe6d815e7a0369e1211fddadd120659b42 (diff)
downloadpkgsrc-da6125eeaf76ec461a16baeb83b15cb8649dee04.tar.gz
1.34 -> 1.35 change (CPPFLAGS=-DINET6) works only if we are on 1.5, not on
current. have some comment about that. we should fix bsd.pkg.mk instaed.
Diffstat (limited to 'www')
-rw-r--r--www/lynx/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile
index 24bc203a919..c9597eb6052 100644
--- a/www/lynx/Makefile
+++ b/www/lynx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2001/02/03 19:04:50 fredb Exp $
+# $NetBSD: Makefile,v 1.36 2001/02/06 06:06:32 itojun Exp $
#
DISTNAME= lynx2.8.3rel.1
@@ -154,9 +154,12 @@ DEPENDS+= socks5-1.0.2:../../net/socks5
.endif
# Do IPV6 on systems which can support it.
+# XXX this clause works only for 1.5, not for current
.if defined(USE_INET6) && ${USE_INET6} == YES
CPPFLAGS+= -DINET6
.endif
+# current needs below
+#CONFIGURE_ENV+=CPPFLAGS="${CPPFLAGS}"
.include "../../mk/bsd.pkg.mk"