diff options
author | itojun <itojun@pkgsrc.org> | 2002-03-15 08:20:43 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2002-03-15 08:20:43 +0000 |
commit | 55450dbfb7382850590ebd7377fdd3676fb959e5 (patch) | |
tree | ea9481ef1c9f3986858664428fd385731f91b726 /www/curl | |
parent | 7b30aa22a2d0aa5361447fd41b906266f85c41b4 (diff) | |
download | pkgsrc-55450dbfb7382850590ebd7377fdd3676fb959e5.tar.gz |
suppress debugging options.
Diffstat (limited to 'www/curl')
-rw-r--r-- | www/curl/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index 14182cb4ed6..7fd4cc392f7 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/03/15 08:18:45 itojun Exp $ +# $NetBSD: Makefile,v 1.16 2002/03/15 08:20:43 itojun Exp $ DISTNAME= curl-7.9.5 CATEGORIES= www @@ -11,7 +11,6 @@ HOMEPAGE= http://curl.haxx.se/ COMMENT= client that groks URLs # list it into IPv6-ready packages -.include "../../mk/bsd.prefs.mk" BUILD_DEFS+= USE_INET6 USE_BUILDLINK_ONLY= yes @@ -20,12 +19,6 @@ USE_GMAKE= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_DIR} -.if defined(USE_INET6) && ${USE_INET6} == "YES" -CONFIGURE_ARGS+= --enable-ipv6 -.else -CONFIGURE_ARGS+= --disable-ipv6 -.endif -CONFIGURE_ARGS+= --enable-debug # This causes curl-config not to be regenerated during build-time as it was # already created at configure-time. |