diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-03-03 22:26:42 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-03-03 22:26:42 +0000 |
commit | e634d55adc19a1223577a135db5899261366b0ed (patch) | |
tree | 178974e60ac6d71b9b52d96392eaae54d94e8f97 /textproc/xalan-c/files/patch-ad | |
parent | - Update to version 2.01 (diff) |
. Update to 1.7.0.
. Respect PTHREAD_{CFLAGS,LIBS}
. Fix dependency problems.
PR: 63691
Submitted by: joern A. Zeeb <bzeeb+freebsdports@zabbadoz.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=102866
Diffstat (limited to 'textproc/xalan-c/files/patch-ad')
-rw-r--r-- | textproc/xalan-c/files/patch-ad | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/xalan-c/files/patch-ad b/textproc/xalan-c/files/patch-ad new file mode 100644 index 000000000000..65d18e946a7c --- /dev/null +++ b/textproc/xalan-c/files/patch-ad @@ -0,0 +1,25 @@ +! fix INSTALL_{PROGRAM->DATA} +--- src/xalanc/Utils/Makefile.in.orig Sun Feb 29 21:26:41 2004 ++++ src/xalanc/Utils/Makefile.in Sun Feb 29 21:28:01 2004 +@@ -202,7 +202,7 @@ + -${MKDIR} -p $(XSL_NLS_DIR)/include + + doCommonInstall: +- $(INSTALL_PROGRAM) $(XSL_NLS_DIR)/include/LocalMsgIndex.hpp $(XALANCROOT)/src/xalanc/PlatformSupport ++ $(INSTALL_DATA) $(XSL_NLS_DIR)/include/LocalMsgIndex.hpp $(XALANCROOT)/src/xalanc/PlatformSupport + + doClean: + $(MAKE) -C XalanMsgLib $@ +--- Makefile.in.orig Sun Feb 29 21:30:03 2004 ++++ Makefile.in Sun Feb 29 21:30:17 2004 +@@ -85,8 +85,8 @@ + + install-extras: + $(MKINSTALLDIRS) $(DESTDIR)/$(prefix) +- $(INSTALL_PROGRAM) $(XALANCROOT)/../KEYS.txt $(DESTDIR)/$(prefix) +- $(INSTALL_PROGRAM) $(XALANCROOT)/License $(DESTDIR)/$(prefix) ++ $(INSTALL_DATA) $(XALANCROOT)/../KEYS.txt $(DESTDIR)/$(prefix) ++ $(INSTALL_DATA) $(XALANCROOT)/License $(DESTDIR)/$(prefix) + + + |