diff options
author | wiz <wiz@pkgsrc.org> | 2010-01-16 17:57:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-01-16 17:57:36 +0000 |
commit | 13885fd0b0d59372b1c0e7c3e51cc73df7eb3c36 (patch) | |
tree | 0ac704b5b6fcae6a8673359e4d54107862fc85f6 /x11/lesstif | |
parent | 88d21b79e7c9796cd68b9c289a0bb5c09b388df9 (diff) | |
download | pkgsrc-13885fd0b0d59372b1c0e7c3e51cc73df7eb3c36.tar.gz |
Remove workaround for compiler bug in gcc2 on sparc64.
Diffstat (limited to 'x11/lesstif')
-rw-r--r-- | x11/lesstif/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile index d62cc105d75..c561ec663b1 100644 --- a/x11/lesstif/Makefile +++ b/x11/lesstif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.95 2010/01/16 09:15:25 adam Exp $ +# $NetBSD: Makefile,v 1.96 2010/01/16 17:57:38 wiz Exp $ DISTNAME= lesstif-0.95.2 CATEGORIES= x11 @@ -28,9 +28,6 @@ CONFIGURE_ARGS+= --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:Q} - DEINSTALL_FILE= ${WRKDIR}/DEINSTALL INSTALL_FILE= ${WRKDIR}/INSTALL FILES_SUBST+= LOCALBASE=${LOCALBASE:Q} |