diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-10 13:48:53 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-10 13:48:53 +0000 |
commit | e1fbee612d25c7a495cc8a625d63f55ace642c58 (patch) | |
tree | 68d8190a36c7fa9e058523b27d333a6eda923c5a /textproc/libxml/files/patch-aa | |
parent | Activate gtop. (diff) |
Import XML parser library.
PR: ports/8227
Submitted by: <nakai@technologist.com>
Diffstat (limited to 'textproc/libxml/files/patch-aa')
-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 000000000000..cb42a7e8f387 --- /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 |