diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-06 08:44:07 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-06 08:44:07 +0000 |
commit | 22e9f1a5061d1abedcc8c411bb8c42aebda54929 (patch) | |
tree | dec519600f1736a8315ed73e8e68f4e3c513ad19 /textproc/libxslt/files/patch-aa | |
parent | Update to 2.4.11. (diff) |
Update to 1.0.8.
PR: 32310
Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
Notes
Notes:
svn path=/head/; revision=51113
Diffstat (limited to '')
-rw-r--r-- | textproc/libxslt/files/patch-aa | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/textproc/libxslt/files/patch-aa b/textproc/libxslt/files/patch-aa index 954817d00495..fbfd6a15f27c 100644 --- a/textproc/libxslt/files/patch-aa +++ b/textproc/libxslt/files/patch-aa @@ -1,15 +1,20 @@ $FreeBSD$ ---- Makefile.in.orig Sat Nov 10 15:52:02 2001 -+++ Makefile.in Tue Nov 13 12:31:22 2001 -@@ -108,11 +108,10 @@ - breakpoint \ - libexslt \ - xsltproc \ -- tests \ - doc - +--- Makefile.in.orig Mon Nov 26 14:20:21 2001 ++++ Makefile.in Thu Dec 6 10:27:59 2001 +@@ -108,16 +108,14 @@ + @WITH_DEBUGGER_TRUE@ libxslt \ + @WITH_DEBUGGER_TRUE@ libexslt \ + @WITH_DEBUGGER_TRUE@ xsltproc \ +-@WITH_DEBUGGER_TRUE@ tests \ + @WITH_DEBUGGER_TRUE@ doc + @WITH_DEBUGGER_FALSE@SUBDIRS = @WITH_DEBUGGER_FALSE@\ + @WITH_DEBUGGER_FALSE@ libxslt \ + @WITH_DEBUGGER_FALSE@ libexslt \ + @WITH_DEBUGGER_FALSE@ xsltproc \ +-@WITH_DEBUGGER_FALSE@ tests \ + @WITH_DEBUGGER_FALSE@ doc -confexecdir = $(libdir) +confexecdir = $(sysconfdir) |