diff options
Diffstat (limited to 'devel/ucl/Makefile')
-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 \ |