pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/lesstif12 Fix build on sparc64 with gcc2. Slightl...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5f8fb61fb9bd
branches: trunk
changeset: 471145:5f8fb61fb9bd
user: snj <snj%pkgsrc.org@localhost>
date: Sat Mar 20 01:39:30 2004 +0000
description:
Fix build on sparc64 with gcc2. Slightly silence pkglint.
diffstat:
x11/lesstif12/Makefile | 3 ++-
x11/lesstif12/Makefile.common | 5 ++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diffs (31 lines):
diff -r 70278315e393 -r 5f8fb61fb9bd x11/lesstif12/Makefile
--- a/x11/lesstif12/Makefile Sat Mar 20 00:48:36 2004 +0000
+++ b/x11/lesstif12/Makefile Sat Mar 20 01:39:30 2004 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2002/12/05 18:49:55 drochner Exp $
+# $NetBSD: Makefile,v 1.13 2004/03/20 01:39:30 snj Exp $
PKGNAME= lesstif12-${LESSTIF_VERSION}
+
COMMENT= API compatible clone of the OSF/Motif toolkit, version 1.2
CONFLICTS+= lesstif-0.[0-8]*
diff -r 70278315e393 -r 5f8fb61fb9bd x11/lesstif12/Makefile.common
--- a/x11/lesstif12/Makefile.common Sat Mar 20 00:48:36 2004 +0000
+++ b/x11/lesstif12/Makefile.common Sat Mar 20 01:39:30 2004 +0000
@@ -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_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
Home |
Main Index |
Thread Index |
Old Index