summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorschmonz <schmonz>2002-06-02 00:57:38 +0000
committerschmonz <schmonz>2002-06-02 00:57:38 +0000
commit45fc1fd36e41edc3097a82e2d2b17516f1483e8a (patch)
tree11e5141d96de81d21dc33dd5dfc0390d9c68b028 /net
parent8c484219741d365bb53bfad107a2047e157487c5 (diff)
downloadpkgsrc-45fc1fd36e41edc3097a82e2d2b17516f1483e8a.tar.gz
--disable-ipv6 on Darwin. This now builds as-is on Darwin, potentially
simplifying the pkgsrc bootstrap process on that platform.
Diffstat (limited to 'net')
-rw-r--r--net/lukemftp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/lukemftp/Makefile b/net/lukemftp/Makefile
index 8b41e069034..0b300d4a36a 100644
--- a/net/lukemftp/Makefile
+++ b/net/lukemftp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/10/18 15:20:30 veego Exp $
+# $NetBSD: Makefile,v 1.7 2002/06/02 00:57:38 schmonz Exp $
#
DISTNAME= lukemftp-1.5
@@ -26,6 +26,8 @@ CONFIGURE_ARGS+= --with-socks5
.if ${OPSYS} == "SunOS"
MAKE_ENV+= CPPFLAGS=""
+.elseif ${OPSYS} == "Darwin"
+CONFIGURE_ARGS+= --disable-ipv6
.endif
.include "../../mk/bsd.pkg.mk"