summaryrefslogtreecommitdiff
path: root/net/xmlrpc-c-devel/files/patch-examples_cpp_Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-02-19 15:09:35 +0000
committerJohn Marino <marino@FreeBSD.org>2015-02-19 15:09:35 +0000
commit709bfbae771289a9fccc74d0e30a339e6f399817 (patch)
treeb583f1239a32ec65dfdd5f0fbd6cccccdb6766ae /net/xmlrpc-c-devel/files/patch-examples_cpp_Makefile
parentThe bash package can be called bash-static, so depend on the bash binary. (diff)
net/xmlrpc-c*: Respect CXXFLAGS (PHB 12.9)
The main program did respect cflags, but the cpp example program did not. Approved by: blanket
Diffstat (limited to 'net/xmlrpc-c-devel/files/patch-examples_cpp_Makefile')
-rw-r--r--net/xmlrpc-c-devel/files/patch-examples_cpp_Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/xmlrpc-c-devel/files/patch-examples_cpp_Makefile b/net/xmlrpc-c-devel/files/patch-examples_cpp_Makefile
new file mode 100644
index 000000000000..ad1df3c46f66
--- /dev/null
+++ b/net/xmlrpc-c-devel/files/patch-examples_cpp_Makefile
@@ -0,0 +1,11 @@
+--- examples/cpp/Makefile.orig 2013-10-23 00:09:37 UTC
++++ examples/cpp/Makefile
+@@ -15,7 +15,7 @@ include $(BLDDIR)/config.mk
+
+ default: all
+
+-CXXFLAGS = $(CFLAGS_PERSONAL) $(CADD)
++CXXFLAGS+= $(CFLAGS_PERSONAL) $(CADD)
+ LDFLAGS += $(LADD)
+
+ # If this were a real application, working from an installed copy of