pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/libwww Allow this to compile under Irix (and presu...
details: https://anonhg.NetBSD.org/pkgsrc/rev/43b92895e0f9
branches: trunk
changeset: 461369:43b92895e0f9
user: jschauma <jschauma%pkgsrc.org@localhost>
date: Mon Sep 15 00:51:48 2003 +0000
description:
Allow this to compile under Irix (and presumably other platforms using
a non-gcc compiler) by passing the '-i' flag to automake.
diffstat:
www/libwww/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9ea49ed55282 -r 43b92895e0f9 www/libwww/Makefile
--- a/www/libwww/Makefile Mon Sep 15 00:43:32 2003 +0000
+++ b/www/libwww/Makefile Mon Sep 15 00:51:48 2003 +0000
@@ -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 @@
pre-configure:
cd ${WRKSRC}; \
${ACLOCAL} && \
- ${AUTOMAKE} && \
+ ${AUTOMAKE} -i && \
${AUTOCONF}
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index