diff options
Diffstat (limited to 'textproc/libpathan/files')
-rw-r--r-- | textproc/libpathan/files/patch-Makefile.defs | 14 | ||||
-rw-r--r-- | textproc/libpathan/files/patch-examples::xgrep::Makefile | 11 |
2 files changed, 25 insertions, 0 deletions
diff --git a/textproc/libpathan/files/patch-Makefile.defs b/textproc/libpathan/files/patch-Makefile.defs new file mode 100644 index 000000000000..038e095ba7f2 --- /dev/null +++ b/textproc/libpathan/files/patch-Makefile.defs @@ -0,0 +1,14 @@ +--- 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 diff --git a/textproc/libpathan/files/patch-examples::xgrep::Makefile b/textproc/libpathan/files/patch-examples::xgrep::Makefile new file mode 100644 index 000000000000..0071b47a07d7 --- /dev/null +++ b/textproc/libpathan/files/patch-examples::xgrep::Makefile @@ -0,0 +1,11 @@ +--- examples/xgrep/Makefile.orig Wed Dec 4 19:34:37 2002 ++++ examples/xgrep/Makefile Tue Nov 4 15:18:31 2003 +@@ -12,7 +12,7 @@ + + include $(MAKEDEFS) + +-XGREPLIBS = -L../../lib $(XERCESLIB) -ldl -lpathan -lstdc++ ++XGREPLIBS = -L../../lib $(XERCESLIB) -lpathan -lstdc++ + + XGREPINCPATH = $(INCPATH) -I../common + |