curl-config with cURL 7.10.3 does not output a header path with the
--cflags flag, revert this change for now.
This commit is contained in:
parent
8b42bbbc75
commit
b7e6bdb640
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.38 2003/02/07 03:40:25 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.39 2003/02/14 02:38:15 brad Exp $
|
||||
|
||||
COMMENT= "get files from FTP, Gopher, HTTP or HTTPS servers"
|
||||
|
||||
DISTNAME= curl-7.10.3
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://curl.haxx.se/download/ \
|
||||
ftp://ftp.sunet.se/pub/www/utilities/curl/ \
|
||||
|
12
net/curl/patches/patch-curl-config_in
Normal file
12
net/curl/patches/patch-curl-config_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-curl-config_in,v 1.1 2003/02/14 02:38:15 brad Exp $
|
||||
--- curl-config.in.orig Thu Feb 13 21:21:37 2003
|
||||
+++ curl-config.in Thu Feb 13 21:21:48 2003
|
||||
@@ -107,7 +107,7 @@ while test $# -gt 0; do
|
||||
;;
|
||||
|
||||
--cflags)
|
||||
- #echo -I@includedir@
|
||||
+ echo -I@includedir@
|
||||
echo ""
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user