icu/icu4c-aix.patch |   15 +++++++++++++++
 1 file changed, 15 insertions(+)

New commits:
commit 694cf734a3538858296597c6dea6f667aecb9508
Author: Caolán McNamara <caol...@redhat.com>
Date:   Sat Apr 6 16:32:32 2013 +0100

    fix target rule
    
    Change-Id: I0e28425c25e07abe65c4162025fa35a4abe14121

diff --git a/icu/icu4c-aix.patch b/icu/icu4c-aix.patch
index aedaae1..0cd1997 100644
--- a/icu/icu4c-aix.patch
+++ b/icu/icu4c-aix.patch
@@ -111,3 +111,18 @@
  
  ## Compilation rules
  %.$(STATIC_O): $(srcdir)/%.c
+@@ -118,10 +61,10 @@
+               [ -s $@ ] || rm -f $@'
+ 
+ ## Versioned libraries rules
+-%$(SO_TARGET_VERSION_MAJOR).$(SO): %$(SO_TARGET_VERSION).$(SO)
+-      $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@
+-%.$(SO): %$(SO_TARGET_VERSION).$(SO)
+-      $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@
++%.$(SO).$(SO_TARGET_VERSION_MAJOR): %.$(SO).$(SO_TARGET_VERSION)
++      $(RM) $@ && ln -s ${<F} $@
++%.$(SO): %.$(SO).$(SO_TARGET_VERSION_MAJOR)
++      $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
+ 
+ 
+ ## BIR  - bind with internal references [so app data and icu data doesn't 
collide]
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to