From 35960d4b8eb289c7ddcff4f3e8df6a377823ab5c Mon Sep 17 00:00:00 2001 From: snj Date: Sat, 20 Mar 2004 01:51:03 +0000 Subject: Fix build on sparc64 with gcc2. --- x11/xosd/Makefile.common | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'x11/xosd') diff --git a/x11/xosd/Makefile.common b/x11/xosd/Makefile.common index 16549214a80..e5ceaa9ecb7 100644 --- a/x11/xosd/Makefile.common +++ b/x11/xosd/Makefile.common @@ -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 @@ SHLIBTOOL_OVERRIDE= libtool-disable-static 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 -- cgit v1.2.3