diff options
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) + + + |