diff options
| author | John Marino <marino@FreeBSD.org> | 2015-02-19 15:09:35 +0000 |
|---|---|---|
| committer | John Marino <marino@FreeBSD.org> | 2015-02-19 15:09:35 +0000 |
| commit | 709bfbae771289a9fccc74d0e30a339e6f399817 (patch) | |
| tree | b583f1239a32ec65dfdd5f0fbd6cccccdb6766ae /net/xmlrpc-c-devel/files/patch-examples_cpp_Makefile | |
| parent | The 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_Makefile | 11 |
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 |
