diff options
author | snj <snj> | 2004-03-20 02:05:48 +0000 |
---|---|---|
committer | snj <snj> | 2004-03-20 02:05:48 +0000 |
commit | 17db5a5106484800e9d330b97137891fde473181 (patch) | |
tree | 8bf71b13c3133d52c5dd2d6e759ad73932261e99 /www/curl/Makefile | |
parent | 577c46d9b10750e7a07a1c05dcda0d5091a1fe58 (diff) | |
download | pkgsrc-17db5a5106484800e9d330b97137891fde473181.tar.gz |
Fix build on sparc64 with gcc2. Correct a spelling error.
Diffstat (limited to 'www/curl/Makefile')
-rw-r--r-- | www/curl/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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]) |