diff options
author | skrll <skrll@pkgsrc.org> | 2001-01-13 16:38:06 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-01-13 16:38:06 +0000 |
commit | 1d9a57d640d1ad8e00290576932595c2e1ca9976 (patch) | |
tree | d6795078719d9bd413cc418a430c2b65d3481616 /textproc/xerces-c/patches/patch-ak | |
parent | a63f0ab2c3686c980143e2581e7d7ee7b3ff254b (diff) | |
download | pkgsrc-1d9a57d640d1ad8e00290576932595c2e1ca9976.tar.gz |
Import of xerces-c package based on pkg/11559 from Emmanuel Dreyfus
<p99dreyf@criens.u-psud.fr>.
This is version 1.3.0 of xerces-c and XML parser written in C++
Diffstat (limited to 'textproc/xerces-c/patches/patch-ak')
-rw-r--r-- | textproc/xerces-c/patches/patch-ak | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/xerces-c/patches/patch-ak b/textproc/xerces-c/patches/patch-ak new file mode 100644 index 00000000000..8582e73d287 --- /dev/null +++ b/textproc/xerces-c/patches/patch-ak @@ -0,0 +1,15 @@ +$NetBSD: patch-ak,v 1.1.1.1 2001/01/13 16:38:23 skrll Exp $ + +--- util/Makefile.in.orig Sat Sep 30 18:37:28 2000 ++++ util/Makefile.in +@@ -392,8 +392,8 @@ + + + install:: +- -mkdir -p $(PREFIX)/$(MODULE) +- $(CP) $(UTIL_CPP_PUBHEADERS) $(C_FILES) $(PREFIX)/$(MODULE) ++ -mkdir -p $(PREFIX)/include/$(MODULE) ++ $(CP) $(UTIL_CPP_PUBHEADERS) $(C_FILES) $(PREFIX)/include/$(MODULE) + cd Platforms ; $(MAKE) $@ ; cd .. + cd Transcoders/$(TRANSCODERMODULE) ; $(MAKE) $@ ; cd ../.. + cd MsgLoaders/$(MESSAGELOADERMODULE) ; $(MAKE) $@ ; cd ../.. |