summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsnj <snj>2004-03-20 02:05:48 +0000
committersnj <snj>2004-03-20 02:05:48 +0000
commitb478c747cc1e6fe42c3574bb0263123559c0045a (patch)
tree8bf71b13c3133d52c5dd2d6e759ad73932261e99
parentfed8149df69586519e5105dc6b2c8d17616d4da7 (diff)
downloadpkgsrc-b478c747cc1e6fe42c3574bb0263123559c0045a.tar.gz
Fix build on sparc64 with gcc2. Correct a spelling error.
-rw-r--r--www/curl/DESCR2
-rw-r--r--www/curl/Makefile5
2 files changed, 5 insertions, 2 deletions
diff --git a/www/curl/DESCR b/www/curl/DESCR
index da4a82084b5..01f11144c91 100644
--- a/www/curl/DESCR
+++ b/www/curl/DESCR
@@ -6,7 +6,7 @@
README
- Curl is a command line tool for transfering data specified with
+ Curl is a command line tool for transferring data specified with
URL syntax. Find out how to use Curl by reading the curl.1 man
page or the MANUAL document. Find out how to install Curl by
reading the INSTALL document.
diff --git a/www/curl/Makefile b/www/curl/Makefile
index 62adbe60ea0..34c08326ed1 100644
--- a/www/curl/Makefile
+++ b/www/curl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2004/02/19 01:24:01 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2004/03/20 02:05:48 snj Exp $
DISTNAME= curl-7.11.0
CATEGORIES= www
@@ -19,6 +19,9 @@ USE_LIBTOOL= yes
CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl}
CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
+# Work around an ICE on sparc64 with gcc2
+CONFIGURE_ENV+= F77=${FALSE}
+
.include "../../mk/bsd.prefs.mk"
.if empty(USE_INET6:M[yY][eE][sS])