aboutsummaryrefslogtreecommitdiff
path: root/net/xmlrpc-c-devel/files/patch-test__cpp__Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2012-09-17 20:07:12 +0000
committerRenato Botelho <garga@FreeBSD.org>2012-09-17 20:07:12 +0000
commit5b361cdaa3df775702ed946d5439b6825e7d77eb (patch)
tree634ffdffa54e47632f51567c4094a6ab6dfaf406 /net/xmlrpc-c-devel/files/patch-test__cpp__Makefile
parent469e3a0ddeebdda877bb33f149f749bdee37fa11 (diff)
downloadports-5b361cdaa3df775702ed946d5439b6825e7d77eb.tar.gz
ports-5b361cdaa3df775702ed946d5439b6825e7d77eb.zip
Notes
Diffstat (limited to 'net/xmlrpc-c-devel/files/patch-test__cpp__Makefile')
-rw-r--r--net/xmlrpc-c-devel/files/patch-test__cpp__Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/net/xmlrpc-c-devel/files/patch-test__cpp__Makefile b/net/xmlrpc-c-devel/files/patch-test__cpp__Makefile
deleted file mode 100644
index 4989cda01cb2..000000000000
--- a/net/xmlrpc-c-devel/files/patch-test__cpp__Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
---- test/cpp/Makefile (revision 2386)
-+++ test/cpp/Makefile (revision 2387)
-@@ -16,7 +16,7 @@
-
- XMLRPC_C_CONFIG = $(BLDDIR)/xmlrpc-c-config.test
-
--LIBS := $(shell $(XMLRPC_C_CONFIG) client --ldadd)
-+LIBS :=
-
- LIBS += -lpthread
-
-@@ -42,6 +42,7 @@
- ifeq ($(MUST_BUILD_CLIENT),yes)
- TEST_OBJS += testclient.o
- CLIENT_LIBS = $(LIBXMLRPC_CLIENTPP_A) $(LIBXMLRPC_CLIENT_A)
-+ LIBS += $(shell $(XMLRPC_C_CONFIG) client --ldadd)
- else
- TEST_OBJS += testclient_dummy.o
- CLIENT_LIBS =
-Index: test/Makefile
-===================================================================