summaryrefslogtreecommitdiff
path: root/net/libIDL
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-01-16 17:57:36 +0000
committerwiz <wiz@pkgsrc.org>2010-01-16 17:57:36 +0000
commit13885fd0b0d59372b1c0e7c3e51cc73df7eb3c36 (patch)
tree0ac704b5b6fcae6a8673359e4d54107862fc85f6 /net/libIDL
parent88d21b79e7c9796cd68b9c289a0bb5c09b388df9 (diff)
downloadpkgsrc-13885fd0b0d59372b1c0e7c3e51cc73df7eb3c36.tar.gz
Remove workaround for compiler bug in gcc2 on sparc64.
Diffstat (limited to 'net/libIDL')
-rw-r--r--net/libIDL/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/libIDL/Makefile b/net/libIDL/Makefile
index 4ce60ccc47f..54069e7b8a3 100644
--- a/net/libIDL/Makefile
+++ b/net/libIDL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2009/03/19 11:29:17 drochner Exp $
+# $NetBSD: Makefile,v 1.50 2010/01/16 17:57:38 wiz Exp $
DISTNAME= libIDL-0.8.13
CATEGORIES= net gnome
@@ -25,9 +25,6 @@ OPSYSVARS+= CONFIGURE_ENV
CONFIGURE_ENV.SunOS+= CPP=/usr/lib/cpp
.endif
-# Avoid an ICE in gcc2 on sparc64
-CONFIGURE_ENV+= F77=${FALSE:Q}
-
TEST_TARGET= check
.include "../../devel/gettext-lib/buildlink3.mk"