summaryrefslogtreecommitdiff
path: root/devel/ucl
diff options
context:
space:
mode:
authorsnj <snj>2004-03-22 23:42:51 +0000
committersnj <snj>2004-03-22 23:42:51 +0000
commita56b56ec890ec76d99519247f0bf2941b45e6e51 (patch)
tree5c8b44bc5400e049ceb7e7e01be3608eae8be59e /devel/ucl
parent57b6f2414f4c43b934250b46a5fbc5fc93e59806 (diff)
downloadpkgsrc-a56b56ec890ec76d99519247f0bf2941b45e6e51.tar.gz
Fix build with gcc2 on sparc64.
Diffstat (limited to 'devel/ucl')
-rw-r--r--devel/ucl/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/ucl/Makefile b/devel/ucl/Makefile
index f218a685a4e..3b7e0038aca 100644
--- a/devel/ucl/Makefile
+++ b/devel/ucl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/02/14 17:21:39 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2004/03/22 23:42:51 snj Exp $
#
DISTNAME= ucl-1.02
@@ -14,6 +14,9 @@ USE_LIBTOOL= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-shared=yes
+# Avoid an ICE in gcc2 on sparc64
+CONFIGURE_ENV+= F77=${FALSE}
+
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ucl
for i in simple.c lutil.h uclpack.c Makefile; do \