mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
11 lines
441 B
Text
11 lines
441 B
Text
--- src/Makefile.orig 2008-08-25 03:18:42.000000000 +0800
|
|
+++ src/Makefile 2008-08-25 03:22:00.000000000 +0800
|
|
@@ -57,7 +57,7 @@
|
|
XML_PARSER_LIBDEP_DEP =
|
|
else
|
|
XMLRPC_XML_PARSER = xmlrpc_expat.lo
|
|
- XML_PARSER_LIBDEP = -L$(BLDDIR)/lib/expat/xmlparse/.libs -lxmlrpc_xmlparse
|
|
+ XML_PARSER_LIBDEP = -L$(BLDDIR)/lib/expat/xmlparse/.libs ../lib/expat/xmlparse/libxmlrpc_xmlparse.so
|
|
XML_PARSER_LIBDEP_DEP = $(LIBXMLRPC_XMLPARSE)
|
|
endif
|
|
|