mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
6d5f3a50eb
PR: 58913 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
15 lines
466 B
Plaintext
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
|