pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xosd Fix build on sparc64 with gcc2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a1e4ccf3dddc
branches: trunk
changeset: 471146:a1e4ccf3dddc
user: snj <snj%pkgsrc.org@localhost>
date: Sat Mar 20 01:51:03 2004 +0000
description:
Fix build on sparc64 with gcc2.
diffstat:
x11/xosd/Makefile.common | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 5f8fb61fb9bd -r a1e4ccf3dddc x11/xosd/Makefile.common
--- a/x11/xosd/Makefile.common Sat Mar 20 01:39:30 2004 +0000
+++ b/x11/xosd/Makefile.common Sat Mar 20 01:51:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2004/02/19 15:00:38 wiz Exp $
+# $NetBSD: Makefile.common,v 1.11 2004/03/20 01:51:03 snj Exp $
#
DISTNAME= xosd-2.2.5
@@ -20,6 +20,9 @@
CONFIGURE_ARGS+= --disable-xinerama
+# Avoid an ICE on sparc64 with gcc2
+CONFIGURE_ENV+= F77=${FALSE}
+
SUBST_CLASSES= fixme
SUBST_STAGE.fixme= post-patch
SUBST_FILES.fixme= configure
Home |
Main Index |
Thread Index |
Old Index