pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/curl Fix build on sparc64 with gcc2. Correct a sp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8dd3bf024e4c
branches:  trunk
changeset: 471147:8dd3bf024e4c
user:      snj <snj%pkgsrc.org@localhost>
date:      Sat Mar 20 02:05:48 2004 +0000

description:
Fix build on sparc64 with gcc2.  Correct a spelling error.

diffstat:

 www/curl/DESCR    |  2 +-
 www/curl/Makefile |  5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r a1e4ccf3dddc -r 8dd3bf024e4c www/curl/DESCR
--- a/www/curl/DESCR    Sat Mar 20 01:51:03 2004 +0000
+++ b/www/curl/DESCR    Sat Mar 20 02:05:48 2004 +0000
@@ -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 -r a1e4ccf3dddc -r 8dd3bf024e4c www/curl/Makefile
--- a/www/curl/Makefile Sat Mar 20 01:51:03 2004 +0000
+++ b/www/curl/Makefile Sat Mar 20 02:05:48 2004 +0000
@@ -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 @@
 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])



Home | Main Index | Thread Index | Old Index