summaryrefslogtreecommitdiff
path: root/textproc/xalan-c/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/xalan-c/files/patch-ab')
-rw-r--r--textproc/xalan-c/files/patch-ab21
1 files changed, 18 insertions, 3 deletions
diff --git a/textproc/xalan-c/files/patch-ab b/textproc/xalan-c/files/patch-ab
index 13175c5aec07..41f310e184fb 100644
--- a/textproc/xalan-c/files/patch-ab
+++ b/textproc/xalan-c/files/patch-ab
@@ -1,6 +1,6 @@
---- src/xalanc/Makefile.in.orig Mon Dec 13 22:00:00 2004
-+++ src/xalanc/Makefile.in Mon Dec 13 22:01:57 2004
-@@ -253,7 +253,7 @@
+--- src/xalanc/Makefile.in.orig Mon Mar 7 17:31:00 2005
++++ src/xalanc/Makefile.in Mon Mar 7 17:31:57 2005
+@@ -259,22 +259,10 @@ endif ## OS390
$(MKINSTALLDIRS) $(DESTDIR)/$(includedir)/xalanc
for hdir in $(ALL_HEADERS_DIRS); do \
$(MKINSTALLDIRS) $(DESTDIR)/$(includedir)/xalanc/$$hdir; \
@@ -9,3 +9,18 @@
$(DESTDIR)/$(includedir)/xalanc/$$hdir \
2> /dev/null; \
done
+-ifdef XALAN_USE_ICU
+- $(INSTALL_PROGRAM) $(ICUROOT)/lib/$(ICU_LIBI18N_LIB) \
+- $(DESTDIR)/$(libdir)
+- ifneq ($PLATFORM), OS390)
+- rm -f $(DESTIDR)/$(libdir)/$(ICU_LIBI18N_LINK_NAME) && \
+- $(LN) -fs $(ICU_LIBI18N_LIB) \
+- $(DESTDIR)/$(libdir)/$(ICU_LIBI18N_LINK_NAME)
+- rm -f $(DESTDIR)/$(libdir)/$(ICU_LIBI18N_SO_NAME) && \
+- $(LN) -fs $(ICU_LIBI18N_LIB) \
+- $(DESTDIR)/$(libdir)/$(ICU_LIBI18N_SO_NAME)
+- endif ## OS390
+-endif
+
+ clean: prepare doClean
+