diff options
Diffstat (limited to 'textproc/xalan-c/files/patch-ad')
-rw-r--r-- | textproc/xalan-c/files/patch-ad | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/textproc/xalan-c/files/patch-ad b/textproc/xalan-c/files/patch-ad deleted file mode 100644 index 65d18e946a7c..000000000000 --- a/textproc/xalan-c/files/patch-ad +++ /dev/null @@ -1,25 +0,0 @@ -! 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) - - - |