diff options
author | snj <snj@pkgsrc.org> | 2004-03-20 00:48:36 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-20 00:48:36 +0000 |
commit | 9c23f1a43058105e169fb2b4758ed326c0f44471 (patch) | |
tree | 3df56707a09a47a7c7fd90c70bf08840220dce60 /x11/lesstif | |
parent | 8900406e693940ffb0068a9391c26e75a4d67090 (diff) | |
download | pkgsrc-9c23f1a43058105e169fb2b4758ed326c0f44471.tar.gz |
Fix build on sparc64 with gcc2.
Diffstat (limited to 'x11/lesstif')
-rw-r--r-- | x11/lesstif/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile index a330cd202fc..b3d778f69f4 100644 --- a/x11/lesstif/Makefile +++ b/x11/lesstif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2004/02/14 17:21:56 jlam Exp $ +# $NetBSD: Makefile,v 1.70 2004/03/20 00:48:36 snj Exp $ DISTNAME= lesstif-0.93.94 CATEGORIES= x11 @@ -28,6 +28,9 @@ CONFIGURE_ARGS+= --enable-editres --enable-xdnd CONFIGURE_ENV+= LYNX_CMD=${WRKDIR}/nonexecutable CONFIGURE_ENV+= LINKS_CMD=${WRKDIR}/nonexecutable +# Work around an ICE on sparc64-1.6 +CONFIGURE_ENV+= F77=${FALSE} + DEINSTALL_FILE= ${WRKDIR}/DEINSTALL INSTALL_FILE= ${WRKDIR}/INSTALL FILES_SUBST= LOCALBASE=${LOCALBASE} |