diff options
author | snj <snj@pkgsrc.org> | 2004-03-22 23:42:51 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-22 23:42:51 +0000 |
commit | 3d728d981db28f052c48a7ccb405f14a05d3024f (patch) | |
tree | 5c8b44bc5400e049ceb7e7e01be3608eae8be59e /devel | |
parent | c78a5b53a83b4e67690aabdd08cbf9385b7e1737 (diff) | |
download | pkgsrc-3d728d981db28f052c48a7ccb405f14a05d3024f.tar.gz |
Fix build with gcc2 on sparc64.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ucl/Makefile | 5 |
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 \ |