summaryrefslogtreecommitdiff
path: root/archivers/libcomprex
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-06-09 16:49:00 +0000
committerminskim <minskim@pkgsrc.org>2004-06-09 16:49:00 +0000
commit54f7e6d0d22832ec6e3dc2ae86b464df2e20c1dd (patch)
tree58acdeaac75f59c4b29689641de5554dd913dc40 /archivers/libcomprex
parent5417b95249bc2e4d0c6db087b760ac1e53a0106d (diff)
downloadpkgsrc-54f7e6d0d22832ec6e3dc2ae86b464df2e20c1dd.tar.gz
Bypass curl library checking. Otherwise it fails because the test in
configure uses curl_formparse(), which is not available in curl-7.12.0. Since curl_formparse() is never used in libcompress and curl is always available through buidlink, it is safe to skip the test.
Diffstat (limited to 'archivers/libcomprex')
-rw-r--r--archivers/libcomprex/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile
index 9ef62de9358..29a6ea2552f 100644
--- a/archivers/libcomprex/Makefile
+++ b/archivers/libcomprex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/03/26 02:27:34 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2004/06/09 16:49:00 minskim Exp $
#
DISTNAME= libcomprex-0.3.2
@@ -15,5 +15,7 @@ USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
+CONFIGURE_ENV+= ac_cv_lib_curl_curl_formparse=yes
+
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"