summaryrefslogtreecommitdiff
path: root/www/libwww/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-12 20:31:35 +0000
committerminskim <minskim@pkgsrc.org>2004-02-12 20:31:35 +0000
commit5bcff36e0276464b59cab04ce1fede7ed44c45a3 (patch)
treea5a6050f2dbedba0762f4265a13e5f2aef054126 /www/libwww/Makefile
parent4beeebf425c4968265ed13c0d8f3f1e40021f81d (diff)
downloadpkgsrc-5bcff36e0276464b59cab04ce1fede7ed44c45a3.tar.gz
Replace configure with the one generated by newer autoconf, and adjust
Makefile accordingly. This makes libwww build again with libtool-1.5.2. The problem was reported by reed@ in PR pkg/24391.
Diffstat (limited to 'www/libwww/Makefile')
-rw-r--r--www/libwww/Makefile16
1 files changed, 6 insertions, 10 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile
index 78727663b5c..b99abe5cb98 100644
--- a/www/libwww/Makefile
+++ b/www/libwww/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2004/01/24 15:23:47 grant Exp $
+# $NetBSD: Makefile,v 1.48 2004/02/12 20:31:35 minskim Exp $
DISTNAME= w3c-libwww-5.4.0
PKGNAME= libwww-5.4.0
@@ -15,22 +15,19 @@ COMMENT= The W3C Reference Library
USE_BUILDLINK2= YES
USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
-USE_PERL5= build
-
-AUTOMAKE_REQD= 1.4
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-zlib --with-regex --without-x
CONFIGURE_ARGS+= --with-ssl="${SSLBASE}"
DOCDIR= ${PREFIX}/share/doc/libwww
-LTCONFIG_OVERRIDE= ${WRKSRC}/config/ltconfig
pre-configure:
- cd ${WRKSRC}; \
- ${ACLOCAL} && \
- ${AUTOMAKE} -i && \
- ${AUTOCONF}
+.for f in aclocal.m4 configure stamp-h.in
+ ${TOUCH} ${WRKSRC}/$f
+.endfor
+ ${TOUCH} `${FIND} ${WRKSRC} -name Makefile.in`
.include "../../mk/bsd.prefs.mk"
@@ -62,5 +59,4 @@ CONFIGURE_ARGS+= --with-socks5=${BUILDLINK_prefix.socks5}/lib/libsocks5.a
.include "../../devel/zlib/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
-.include "../../mk/automake.mk"
.include "../../mk/bsd.pkg.mk"