summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz>2010-01-16 17:57:36 +0000
committerwiz <wiz>2010-01-16 17:57:36 +0000
commit61eff7ff9ee6b7cb83a3c5e0b9d61284be504e67 (patch)
tree0ac704b5b6fcae6a8673359e4d54107862fc85f6 /net
parentd585e9f6ead960cd580c8941daf5d7fe1111162f (diff)
downloadpkgsrc-61eff7ff9ee6b7cb83a3c5e0b9d61284be504e67.tar.gz
Remove workaround for compiler bug in gcc2 on sparc64.
Diffstat (limited to 'net')
-rw-r--r--net/lftp/Makefile4
-rw-r--r--net/libIDL/Makefile5
2 files changed, 2 insertions, 7 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile
index 131532bb2a2..6cad7e5cdad 100644
--- a/net/lftp/Makefile
+++ b/net/lftp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2009/12/01 07:46:48 joerg Exp $
+# $NetBSD: Makefile,v 1.91 2010/01/16 17:57:38 wiz Exp $
DISTNAME= lftp-4.0.1
PKGREVISION= 1
@@ -34,8 +34,6 @@ PLIST_SRC+= ${PKGDIR}/PLIST
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-modules
-CONFIGURE_ENV+= F77=${FALSE:Q}
-
LDFLAGS.Darwin+= -flat_namespace
.if ${OPSYS} == "Darwin"
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"