[87760] trunk/dports/graphics/lensfun/files/patch-build-tibs-target-mac-mak .diff

ryandesign at macports.org ryandesign at macports.org
Sun Dec 4 02:19:59 PST 2011


Revision: 87760
          http://trac.macports.org/changeset/87760
Author:   ryandesign at macports.org
Date:     2011-12-04 02:19:59 -0800 (Sun, 04 Dec 2011)
Log Message:
-----------
lensfun: fix build error "unknown option character 'd' in: -dylib_install_name" on Tiger; see #30840

Modified Paths:
--------------
    trunk/dports/graphics/lensfun/files/patch-build-tibs-target-mac-mak.diff

Modified: trunk/dports/graphics/lensfun/files/patch-build-tibs-target-mac-mak.diff
===================================================================
--- trunk/dports/graphics/lensfun/files/patch-build-tibs-target-mac-mak.diff	2011-12-04 10:14:15 UTC (rev 87759)
+++ trunk/dports/graphics/lensfun/files/patch-build-tibs-target-mac-mak.diff	2011-12-04 10:19:59 UTC (rev 87760)
@@ -5,6 +5,6 @@
  
  # Flag to tell Darwin linker to set the library name:
 -GCC.LDFLAGS.SHARED = -dynamiclib -Wl,"-dylib_install_name,$1"
-+GCC.LDFLAGS.SHARED = -dynamiclib -Wl,"-dylib_install_name,$(CONF_LIBDIR)$1" -Wl,"-dylib_current_version,$(CONF_VERSION)"
++GCC.LDFLAGS.SHARED = -dynamiclib -Wl,"-install_name,$(CONF_LIBDIR)$1" -Wl,"-current_version,$(CONF_VERSION)"
  # Set to non-empty if platform supports versioned shared libraries
  SO.VERSION = 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111204/49d20258/attachment.html>


More information about the macports-changes mailing list