diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-29 09:52:43 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-29 09:52:43 +0000 |
commit | bd5f9d9917519ddb1f342bf4223a7d3ce51d5613 (patch) | |
tree | 6d4e1d0f390fb29446ac1b7731109eac2bd63aa3 /textproc/libxslt/files | |
parent | c8eb0d48785c0ccaefec1e6760abc6623f08d233 (diff) | |
download | ports-bd5f9d9917519ddb1f342bf4223a7d3ce51d5613.tar.gz ports-bd5f9d9917519ddb1f342bf4223a7d3ce51d5613.zip |
Notes
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 fbfd6a15f27c..4cf4d956de20 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 |