aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2004-08-10 22:57:51 +0800
committerroam <roam@FreeBSD.org>2004-08-10 22:57:51 +0800
commit41ec29931efda13ac738da1aae18ac6d550f8766 (patch)
tree29c58c7b0bad03de1b2156610a852fe699a2d615 /ftp
parente2d310cbe741786cf8136ce18b4c85d8eaefdd9c (diff)
downloadfreebsd-ports-gnome-41ec29931efda13ac738da1aae18ac6d550f8766.tar.gz
freebsd-ports-gnome-41ec29931efda13ac738da1aae18ac6d550f8766.tar.zst
freebsd-ports-gnome-41ec29931efda13ac738da1aae18ac6d550f8766.zip
Fix `curlpp-config --cflags`.
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curlpp/Makefile1
-rw-r--r--ftp/curlpp/files/patch-src::curlpp-config.in11
2 files changed, 12 insertions, 0 deletions
diff --git a/ftp/curlpp/Makefile b/ftp/curlpp/Makefile
index 26cb5f2cac72..524044d11e51 100644
--- a/ftp/curlpp/Makefile
+++ b/ftp/curlpp/Makefile
@@ -8,6 +8,7 @@
PORTNAME= curlpp
PORTVERSION= 0.3.1
+PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/ftp/curlpp/files/patch-src::curlpp-config.in b/ftp/curlpp/files/patch-src::curlpp-config.in
new file mode 100644
index 000000000000..1bee1c54cc81
--- /dev/null
+++ b/ftp/curlpp/files/patch-src::curlpp-config.in
@@ -0,0 +1,11 @@
+--- curlpp-config.in.orig Tue Aug 10 17:37:23 2004
++++ curlpp-config.in Tue Aug 10 17:37:34 2004
+@@ -70,7 +70,7 @@
+ ;;
+
+ --cflags)
+- echo -I@includedir@ @CURLPP_CFLAGS@
++ echo -I@includedir@ @CURLPP_CXXFLAGS@
+ ;;
+
+ --libs)