pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/libcomprex Bypass curl library checking. Ot...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9b0b223fc81e
branches: trunk
changeset: 476399:9b0b223fc81e
user: minskim <minskim%pkgsrc.org@localhost>
date: Wed Jun 09 16:49:00 2004 +0000
description:
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:
archivers/libcomprex/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 0566c9776210 -r 9b0b223fc81e archivers/libcomprex/Makefile
--- a/archivers/libcomprex/Makefile Wed Jun 09 16:17:47 2004 +0000
+++ b/archivers/libcomprex/Makefile Wed Jun 09 16:49:00 2004 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index