1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/textproc/libpathan/files/patch-Makefile.defs
Vanilla I. Shu 6d5f3a50eb Add libpathan 1.2, validating XML parser from the Apache XML Project.
PR:		58913
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-11-04 17:53:48 +00:00

15 lines
466 B
Plaintext

--- Makefile.defs.in.orig Thu Aug 28 21:11:46 2003
+++ Makefile.defs.in Tue Nov 4 14:27:53 2003
@@ -21,9 +21,9 @@
PLATFORM = @platform@
GXX = @gxx@
INCPATH = -I$(srcdir)/src/patches/Xerces2_1_0/src -I@xerces_src@ -I$(srcdir)/src
-LIBPATH = -L@xerces_lib@
+LIBPATH = -L@xerces_lib@ -L/usr/local/lib
TESTFLAGS = -DTEST
-XERCESLIB = -l@xerces_library@
+XERCESLIB = -lxerces-c -liconv
LIBS = @LIBS@
###### Output directories