Fix curlpp-config --cflags
.
This commit is contained in:
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
|
@ -8,6 +8,7 @@
|
|||
|
||||
PORTNAME= curlpp
|
||||
PORTVERSION= 0.3.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
|
11
ftp/curlpp/files/patch-src::curlpp-config.in
Normal file
11
ftp/curlpp/files/patch-src::curlpp-config.in
Normal 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)
|
Loading…
Reference in a new issue