summaryrefslogtreecommitdiff
path: root/www/curl
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-03-20 02:05:48 +0000
committersnj <snj@pkgsrc.org>2004-03-20 02:05:48 +0000
commitde2fe07746e06fe8213216b1106b27f968d1938e (patch)
tree8bf71b13c3133d52c5dd2d6e759ad73932261e99 /www/curl
parent35960d4b8eb289c7ddcff4f3e8df6a377823ab5c (diff)
downloadpkgsrc-de2fe07746e06fe8213216b1106b27f968d1938e.tar.gz
Fix build on sparc64 with gcc2. Correct a spelling error.
Diffstat (limited to 'www/curl')
-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])