diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-10-10 13:48:53 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-10-10 13:48:53 +0000 |
commit | 41d54b187d3967103504a447f79bfe06d6a2e220 (patch) | |
tree | c1c164c153b4b3eaabf0b387ee7604ddb4707b99 /textproc/libxml/files | |
parent | 81e6a628c27c12644ad94c86a2448daeef506eec (diff) | |
download | FreeBSD-ports-41d54b187d3967103504a447f79bfe06d6a2e220.zip FreeBSD-ports-41d54b187d3967103504a447f79bfe06d6a2e220.tar.gz |
Import XML parser library.
PR: ports/8227
Submitted by: <nakai@technologist.com>
Diffstat (limited to 'textproc/libxml/files')
-rw-r--r-- | textproc/libxml/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/libxml/files/patch-aa b/textproc/libxml/files/patch-aa new file mode 100644 index 0000000..cb42a7e --- /dev/null +++ b/textproc/libxml/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in.orig Thu Oct 8 17:36:15 1998 ++++ Makefile.in Thu Oct 8 18:18:42 1998 +@@ -105,7 +105,7 @@ + tester_DEPENDENCIES = $(DEPS) + tester_LDADD= $(LDADDS) + +-confexecdir=$(libdir) ++confexecdir=$(sysconfdir) + confexec_DATA = xmlConf.sh + + EXTRA_DIST = xmlConf.sh.in |