summaryrefslogtreecommitdiff
path: root/net/xmlrpc-c-devel/files/patch-src-Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2012-09-07 18:11:22 +0000
committerRenato Botelho <garga@FreeBSD.org>2012-09-07 18:11:22 +0000
commit99c8b0dddb5b3ba3e5a4f1a78b712fa8143b64be (patch)
treee9e797273762b1e460970086206840635dd7fd11 /net/xmlrpc-c-devel/files/patch-src-Makefile
parentSalt Cloud is a generic cloud provisioning tool which can hook into (diff)
Update to 1.31.04
Notes
Notes: svn path=/head/; revision=303814
Diffstat (limited to 'net/xmlrpc-c-devel/files/patch-src-Makefile')
-rw-r--r--net/xmlrpc-c-devel/files/patch-src-Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/xmlrpc-c-devel/files/patch-src-Makefile b/net/xmlrpc-c-devel/files/patch-src-Makefile
deleted file mode 100644
index 280bd3ec3365..000000000000
--- a/net/xmlrpc-c-devel/files/patch-src-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.orig 2011-02-23 09:19:23.000000000 -0300
-+++ src/Makefile 2011-02-23 09:31:43.000000000 -0300
-@@ -70,7 +70,7 @@
- else
- XMLRPC_XML_PARSER = xmlrpc_expat
- XML_PARSER_LIBDEP = \
-- -Lblddir/lib/expat/xmlparse -lxmlrpc_xmlparse \
-+ -L$(BLDDIR)/lib/expat/xmlparse ../lib/expat/xmlparse/libxmlrpc_xmlparse.so \
- -Lblddir/lib/expat/xmltok -lxmlrpc_xmltok
- XML_PARSER_LIBDEP_DEP = $(LIBXMLRPC_XMLPARSE) $(LIBXMLRPC_XMLTOK)
- endif