diff options
author | cube <cube> | 2005-01-07 09:37:21 +0000 |
---|---|---|
committer | cube <cube> | 2005-01-07 09:37:21 +0000 |
commit | 0d3fd86cebeeacccc7e486c0a62c8dcb1d3924b4 (patch) | |
tree | 93e81818c1c98e5403ae743077ba493ddd9de0c9 /www/curl/Makefile | |
parent | 7b42315c1b1380795963f9262fa713f322543b2f (diff) | |
download | pkgsrc-0d3fd86cebeeacccc7e486c0a62c8dcb1d3924b4.tar.gz |
Add a patch that re-orders inclusion of select.h to avoid compilation
errors on NetBSD 1.6.
PKGREVISION++.
PR#28859 by Gilles Gravier.
Diffstat (limited to 'www/curl/Makefile')
-rw-r--r-- | www/curl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index 03b02a635de..e81a4c08216 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.46 2005/01/03 11:00:51 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2005/01/07 09:37:21 cube Exp $ DISTNAME= curl-7.12.3 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://curl.haxx.se/download/ \ ftp://ftp.sunet.se/pub/www/utilities/curl/ \ |