diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2004-08-10 14:57:51 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2004-08-10 14:57:51 +0000 |
commit | 9e4111b5302f230de585164efd527ab3d692d104 (patch) | |
tree | b558729c49f4ef615a4b6034ef85c162327d785e /ftp/curlpp | |
parent | df4007e8c3e5708ddcaefda102f49588eee52c32 (diff) | |
download | ports-9e4111b5302f230de585164efd527ab3d692d104.tar.gz ports-9e4111b5302f230de585164efd527ab3d692d104.zip |
Notes
Diffstat (limited to 'ftp/curlpp')
-rw-r--r-- | ftp/curlpp/Makefile | 1 | ||||
-rw-r--r-- | ftp/curlpp/files/patch-src::curlpp-config.in | 11 |
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) |