diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-29 09:52:43 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-29 09:52:43 +0000 |
commit | 428c0d9c9f2249ba13501afe30728db74094247a (patch) | |
tree | 06d86af0d6f45717fd712d577c93edf4a323ad3b /textproc/libxslt/files | |
parent | 019f5b8781cb7f4aed099b67cf8af434adc77d7a (diff) | |
download | FreeBSD-ports-428c0d9c9f2249ba13501afe30728db74094247a.zip FreeBSD-ports-428c0d9c9f2249ba13501afe30728db74094247a.tar.gz |
Update to 1.0.10.
PR: 33990
Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
Diffstat (limited to 'textproc/libxslt/files')
-rw-r--r-- | textproc/libxslt/files/patch-aa | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/textproc/libxslt/files/patch-aa b/textproc/libxslt/files/patch-aa index fbfd6a1..4cf4d95 100644 --- a/textproc/libxslt/files/patch-aa +++ b/textproc/libxslt/files/patch-aa @@ -1,9 +1,9 @@ $FreeBSD$ ---- Makefile.in.orig Mon Nov 26 14:20:21 2001 -+++ Makefile.in Thu Dec 6 10:27:59 2001 -@@ -108,16 +108,14 @@ +--- Makefile.in.orig Mon Jan 14 20:19:35 2002 ++++ Makefile.in Tue Jan 29 11:49:57 2002 +@@ -115,16 +115,14 @@ @WITH_DEBUGGER_TRUE@ libxslt \ @WITH_DEBUGGER_TRUE@ libexslt \ @WITH_DEBUGGER_TRUE@ xsltproc \ @@ -21,3 +21,12 @@ $FreeBSD$ confexec_DATA = xsltConf.sh bin_SCRIPTS = xslt-config +@@ -135,7 +133,7 @@ + win32/libxslt/libxslt_so.dsp win32/libxslt/xsltproc.dsp + + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = libxslt.pc + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |