summaryrefslogtreecommitdiff
path: root/ftp/curlpp
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2004-08-10 14:57:51 +0000
committerPeter Pentchev <roam@FreeBSD.org>2004-08-10 14:57:51 +0000
commit9e4111b5302f230de585164efd527ab3d692d104 (patch)
treeb558729c49f4ef615a4b6034ef85c162327d785e /ftp/curlpp
parentUpdate curlpp to version 0.3.1, which not only lets it build with (diff)
Fix `curlpp-config --cflags`.
Notes
Notes: svn path=/head/; revision=115830
Diffstat (limited to 'ftp/curlpp')
-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)