freebsd-ports/net/xmlrpc-c-devel/files/patch-src-Makefile

12 lines
454 B
Text
Raw Normal View History

2011-02-23 13:41:55 +01:00
--- src/Makefile.orig 2011-02-23 09:19:23.000000000 -0300
+++ src/Makefile 2011-02-23 09:31:43.000000000 -0300
2009-04-10 20:12:06 +02:00
@@ -70,7 +70,7 @@
2008-09-02 11:32:29 +02:00
else
2009-04-10 20:12:06 +02:00
XMLRPC_XML_PARSER = xmlrpc_expat
XML_PARSER_LIBDEP = \
2011-02-23 13:41:55 +01:00
- -Lblddir/lib/expat/xmlparse -lxmlrpc_xmlparse \
2009-04-10 20:12:06 +02:00
+ -L$(BLDDIR)/lib/expat/xmlparse ../lib/expat/xmlparse/libxmlrpc_xmlparse.so \
2011-02-23 13:41:55 +01:00
-Lblddir/lib/expat/xmltok -lxmlrpc_xmltok
2009-04-10 20:12:06 +02:00
XML_PARSER_LIBDEP_DEP = $(LIBXMLRPC_XMLPARSE) $(LIBXMLRPC_XMLTOK)
2008-09-02 11:32:29 +02:00
endif