Fix curlpp-config --cflags.

This commit is contained in:
Peter Pentchev 2004-08-10 14:57:51 +00:00
parent df4007e8c3
commit 9e4111b530
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115830
2 changed files with 12 additions and 0 deletions

View file

@ -8,6 +8,7 @@
PORTNAME= curlpp
PORTVERSION= 0.3.1
PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View file

@ -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)