summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-09-15 00:51:48 +0000
committerjschauma <jschauma@pkgsrc.org>2003-09-15 00:51:48 +0000
commitaef95fb58fb96e53a6d573d2e2719698cb8f5ced (patch)
treea93d22d0b09a2063fe69ad1a7faf25d2ddec2d62 /www
parentff1c596beb2a78e31b5d4f364f330db29c231164 (diff)
downloadpkgsrc-aef95fb58fb96e53a6d573d2e2719698cb8f5ced.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')
-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"