freebsd-ports/textproc/libpathan/files/patch-Makefile.defs

15 lines
489 B
Text
Raw Normal View History

2006-11-10 03:36:02 +01:00
--- Makefile.defs.in.orig Mon Aug 9 20:19:33 2004
+++ Makefile.defs.in Wed Nov 1 23:18:35 2006
@@ -20,9 +20,9 @@
DEFINES = -D@system_type@
XERCESINCPATH = -I@xerces_src@
INCPATH = ${XERCESINCPATH} -I$(srcdir)/src -I$(srcincdir)
-LIBPATH = -L@xerces_lib@
+LIBPATH = -L@xerces_lib@ -L/usr/local/lib
TESTFLAGS = -DTEST
-XERCESLIB = -l@xerces_library@
+XERCESLIB = -lxerces-c -liconv
LIBS = @LIBS@ -lm -lstdc++
###### Output directories