diff options
author | Renato Botelho <garga@FreeBSD.org> | 2011-02-23 12:41:55 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2011-02-23 12:41:55 +0000 |
commit | 787e8e7236195bc16985ca9e81f106a9f0c44527 (patch) | |
tree | cbbf1e692a47b843317f0ccd583185de23a42a9e /net/xmlrpc-c-devel/files/patch-src-Makefile | |
parent | - Build xmlrpc-c tools, optional, on by default (diff) |
Update to 1.25.3
Notes
Notes:
svn path=/head/; revision=269536
Diffstat (limited to 'net/xmlrpc-c-devel/files/patch-src-Makefile')
-rw-r--r-- | net/xmlrpc-c-devel/files/patch-src-Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/xmlrpc-c-devel/files/patch-src-Makefile b/net/xmlrpc-c-devel/files/patch-src-Makefile index 2b5b404c6aa4..280bd3ec3365 100644 --- a/net/xmlrpc-c-devel/files/patch-src-Makefile +++ b/net/xmlrpc-c-devel/files/patch-src-Makefile @@ -1,11 +1,11 @@ ---- src/Makefile.orig 2009-04-08 09:43:29.000000000 +0800 -+++ src/Makefile 2009-04-08 09:43:55.000000000 +0800 +--- 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 = \ -- -L$(BLDDIR)/lib/expat/xmlparse -lxmlrpc_xmlparse \ +- -Lblddir/lib/expat/xmlparse -lxmlrpc_xmlparse \ + -L$(BLDDIR)/lib/expat/xmlparse ../lib/expat/xmlparse/libxmlrpc_xmlparse.so \ - -L$(BLDDIR)/lib/expat/xmltok -lxmlrpc_xmltok + -Lblddir/lib/expat/xmltok -lxmlrpc_xmltok XML_PARSER_LIBDEP_DEP = $(LIBXMLRPC_XMLPARSE) $(LIBXMLRPC_XMLTOK) endif |