diff options
Diffstat (limited to 'textproc/libpathan/files/patch-examples::xgrep::Makefile')
-rw-r--r-- | textproc/libpathan/files/patch-examples::xgrep::Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
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 + |