diff options
Diffstat (limited to 'x11/lesstif12/Makefile.common')
-rw-r--r-- | x11/lesstif12/Makefile.common | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/lesstif12/Makefile.common b/x11/lesstif12/Makefile.common index 666e58705ba..24d18fc7975 100644 --- a/x11/lesstif12/Makefile.common +++ b/x11/lesstif12/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2004/02/20 23:45:43 jlam Exp $ +# $NetBSD: Makefile.common,v 1.6 2004/03/20 01:39:30 snj Exp $ DISTNAME= lesstif-${LESSTIF_VERSION} LESSTIF_VERSION= 0.93.0 @@ -29,6 +29,9 @@ CONFIGURE_ARGS+= --enable-editres --enable-xdnd CONFIGURE_ENV+= LYNX_CMD=${WRKDIR}/nonexecutable CONFIGURE_ENV+= LINKS_CMD=${WRKDIR}/nonexecutable +# Avoid an ICE on sparc64-1.6 +CONFIGURE_ENV+= F77=${FALSE} + post-extract: cd ${WRKSRC}/lib/config; ${MV} -f host.def LessTif.def |