diff options
author | wiz <wiz@pkgsrc.org> | 2010-01-16 17:57:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-01-16 17:57:36 +0000 |
commit | 13885fd0b0d59372b1c0e7c3e51cc73df7eb3c36 (patch) | |
tree | 0ac704b5b6fcae6a8673359e4d54107862fc85f6 /x11/xosd | |
parent | 88d21b79e7c9796cd68b9c289a0bb5c09b388df9 (diff) | |
download | pkgsrc-13885fd0b0d59372b1c0e7c3e51cc73df7eb3c36.tar.gz |
Remove workaround for compiler bug in gcc2 on sparc64.
Diffstat (limited to 'x11/xosd')
-rw-r--r-- | x11/xosd/Makefile.common | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11/xosd/Makefile.common b/x11/xosd/Makefile.common index 54dba218573..75a45ce2bd4 100644 --- a/x11/xosd/Makefile.common +++ b/x11/xosd/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.24 2009/02/03 19:59:41 shattered Exp $ +# $NetBSD: Makefile.common,v 1.25 2010/01/16 17:57:38 wiz Exp $ # # used by x11/xmms-osd/Makefile @@ -17,9 +17,6 @@ USE_LIBTOOL= yes SHLIBTOOL_OVERRIDE= libtool-disable-static -# Avoid an ICE on sparc64 with gcc2 -CONFIGURE_ENV+= F77=${FALSE:Q} - SUBST_CLASSES+= fixme SUBST_STAGE.fixme= post-patch SUBST_FILES.fixme= configure |