summaryrefslogtreecommitdiff
path: root/www/libwww
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-09-15 00:51:48 +0000
committerjschauma <jschauma>2003-09-15 00:51:48 +0000
commiteaa8d1c691d3372f7d6119ab7f6f66ab95b3da67 (patch)
treea93d22d0b09a2063fe69ad1a7faf25d2ddec2d62 /www/libwww
parentfff4da2ccf6a525c3fd675f4a0db4b314d15e564 (diff)
downloadpkgsrc-eaa8d1c691d3372f7d6119ab7f6f66ab95b3da67.tar.gz
Allow this to compile under Irix (and presumably other platforms using
a non-gcc compiler) by passing the '-i' flag to automake.
Diffstat (limited to 'www/libwww')
-rw-r--r--www/libwww/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile
index fd1266b66f6..398cbfd2338 100644
--- a/www/libwww/Makefile
+++ b/www/libwww/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2003/07/17 22:55:40 grant Exp $
+# $NetBSD: Makefile,v 1.45 2003/09/15 00:51:48 jschauma Exp $
DISTNAME= w3c-libwww-5.4.0
PKGNAME= libwww-5.4.0
@@ -28,7 +28,7 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/config/ltconfig
pre-configure:
cd ${WRKSRC}; \
${ACLOCAL} && \
- ${AUTOMAKE} && \
+ ${AUTOMAKE} -i && \
${AUTOCONF}
.include "../../mk/bsd.prefs.mk"