diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-04 18:22:35 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-04 18:22:35 +0000 |
commit | 35deef1d2dcda11f3c2ff995413643eaf8966aa0 (patch) | |
tree | b6386315cdf7d98a70592f6387bf9975028f00de /textproc/libxslt/files/patch-aa | |
parent | Update to 2.6.2. (diff) |
Update to 1.1.0.
Notes
Notes:
svn path=/head/; revision=93099
Diffstat (limited to 'textproc/libxslt/files/patch-aa')
-rw-r--r-- | textproc/libxslt/files/patch-aa | 31 |
1 files changed, 11 insertions, 20 deletions
diff --git a/textproc/libxslt/files/patch-aa b/textproc/libxslt/files/patch-aa index 759d51f2d130..c9e0fcd23a90 100644 --- a/textproc/libxslt/files/patch-aa +++ b/textproc/libxslt/files/patch-aa @@ -1,25 +1,16 @@ ---- Makefile.in.orig Fri Sep 12 15:22:17 2003 -+++ Makefile.in Fri Sep 12 15:24:38 2003 -@@ -139,21 +139,20 @@ - @WITH_DEBUGGER_TRUE@ libexslt \ - @WITH_DEBUGGER_TRUE@ xsltproc \ - @WITH_DEBUGGER_TRUE@ doc \ --@WITH_DEBUGGER_TRUE@ @PYTHON_SUBDIR@ \ --@WITH_DEBUGGER_TRUE@ tests -+@WITH_DEBUGGER_TRUE@ @WITH_PYTHON_TRUE@ @PYTHON_SUBDIR@ -+ +--- Makefile.in.orig Tue Nov 4 12:52:42 2003 ++++ Makefile.in Tue Nov 4 12:55:43 2003 +@@ -132,13 +132,12 @@ + libexslt \ + xsltproc \ + doc \ +- @PYTHON_SUBDIR@ \ +- tests ++ @PYTHON_SUBDIR@ - @WITH_DEBUGGER_FALSE@SUBDIRS = \ - @WITH_DEBUGGER_FALSE@ libxslt \ - @WITH_DEBUGGER_FALSE@ libexslt \ - @WITH_DEBUGGER_FALSE@ xsltproc \ - @WITH_DEBUGGER_FALSE@ doc \ --@WITH_DEBUGGER_FALSE@ @PYTHON_SUBDIR@ \ --@WITH_DEBUGGER_FALSE@ tests -+@WITH_DEBUGGER_FALSE@ @WITH_PYTHON_TRUE@ @PYTHON_SUBDIR@ - - DIST_SUBDIRS = libxslt libexslt xsltproc python doc tests breakpoint +-DIST_SUBDIRS = libxslt libexslt xsltproc python doc tests ++DIST_SUBDIRS = libxslt libexslt xsltproc python doc -confexecdir = $(libdir) +confexecdir = $(sysconfdir) |