[73858] trunk/dports/devel/icu

takanori at macports.org takanori at macports.org
Sat Nov 27 01:43:51 PST 2010


Revision: 73858
          http://trac.macports.org/changeset/73858
Author:   takanori at macports.org
Date:     2010-11-27 01:43:45 -0800 (Sat, 27 Nov 2010)
Log Message:
-----------
icu: Fixed incorrect library search path.

Modified Paths:
--------------
    trunk/dports/devel/icu/Portfile
    trunk/dports/devel/icu/files/patch-config-mh-darwin.diff

Modified: trunk/dports/devel/icu/Portfile
===================================================================
--- trunk/dports/devel/icu/Portfile	2010-11-27 09:33:00 UTC (rev 73857)
+++ trunk/dports/devel/icu/Portfile	2010-11-27 09:43:45 UTC (rev 73858)
@@ -7,6 +7,7 @@
 name            icu
 set my_name     icu4c
 version         4.4.2
+revision        1
 categories      devel textproc
 platforms       darwin freebsd
 maintainers     nox openmaintainer

Modified: trunk/dports/devel/icu/files/patch-config-mh-darwin.diff
===================================================================
--- trunk/dports/devel/icu/files/patch-config-mh-darwin.diff	2010-11-27 09:33:00 UTC (rev 73857)
+++ trunk/dports/devel/icu/files/patch-config-mh-darwin.diff	2010-11-27 09:43:45 UTC (rev 73858)
@@ -5,7 +5,7 @@
  
  ## Compiler switches to embed a library name and version information
 -LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(notdir $(MIDDLE_SO_TARGET))
-+LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name __PREFIX__/$(notdir $(MIDDLE_SO_TARGET))
++LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name __PREFIX__/lib/$(notdir $(MIDDLE_SO_TARGET))
  
  ## Compiler switch to embed a runtime search path
  LD_RPATH=
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101127/46f1ee03/attachment.html>


More information about the macports-changes mailing list