diff options
author | snj <snj@pkgsrc.org> | 2004-03-20 01:51:03 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-20 01:51:03 +0000 |
commit | 35960d4b8eb289c7ddcff4f3e8df6a377823ab5c (patch) | |
tree | 41893d5f007ebb64ee426e21e87d5f9dffc00b36 /x11/xosd | |
parent | 127211d11589c5ee0e8dcaec248c30aa9b049a33 (diff) | |
download | pkgsrc-35960d4b8eb289c7ddcff4f3e8df6a377823ab5c.tar.gz |
Fix build on sparc64 with gcc2.
Diffstat (limited to 'x11/xosd')
-rw-r--r-- | x11/xosd/Makefile.common | 5 |
1 files changed, 4 insertions, 1 deletions
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 |