pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/lesstif Fix build on sparc64 with gcc2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70278315e393
branches:  trunk
changeset: 471144:70278315e393
user:      snj <snj%pkgsrc.org@localhost>
date:      Sat Mar 20 00:48:36 2004 +0000

description:
Fix build on sparc64 with gcc2.

diffstat:

 x11/lesstif/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 835b3724bf07 -r 70278315e393 x11/lesstif/Makefile
--- a/x11/lesstif/Makefile      Sat Mar 20 00:40:15 2004 +0000
+++ b/x11/lesstif/Makefile      Sat Mar 20 00:48:36 2004 +0000
@@ -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_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}



Home | Main Index | Thread Index | Old Index