[51481] trunk/dports/devel/xulrunner/files/patch-dylib_file.diff

devans at macports.org devans at macports.org
Tue May 26 01:01:20 PDT 2009


Revision: 51481
          http://trac.macports.org/changeset/51481
Author:   devans at macports.org
Date:     2009-05-26 01:01:20 -0700 (Tue, 26 May 2009)
Log Message:
-----------
xulrunner: revised dylib_file patch that addresses #19610.

Modified Paths:
--------------
    trunk/dports/devel/xulrunner/files/patch-dylib_file.diff

Modified: trunk/dports/devel/xulrunner/files/patch-dylib_file.diff
===================================================================
--- trunk/dports/devel/xulrunner/files/patch-dylib_file.diff	2009-05-26 06:53:45 UTC (rev 51480)
+++ trunk/dports/devel/xulrunner/files/patch-dylib_file.diff	2009-05-26 08:01:20 UTC (rev 51481)
@@ -1,6 +1,6 @@
---- config/config.mk.orig	2009-05-16 21:01:59.000000000 -0700
-+++ config/config.mk	2009-05-16 21:11:09.000000000 -0700
-@@ -704,6 +704,13 @@ XCODE_PRODUCT_DIR = build/$(BUILDSTYLE)
+--- config/config.mk.orig	2008-08-14 03:00:34.000000000 -0700
++++ config/config.mk	2009-05-25 20:11:09.000000000 -0700
+@@ -704,6 +704,12 @@
  else
  XCODE_PRODUCT_DIR = build
  endif # HAS_XCODE_2_1=1
@@ -8,9 +8,8 @@
 +ifneq (,$(findstring -lplds4,$(EXTRA_DSO_LDOPTS)))
 +EXTRA_DSO_LDOPTS += $(foreach library, $(patsubst -l%, $(LIB_PREFIX)%$(DLL_SUFFIX), $(filter -l%, $(NSPR_LIBS))), -dylib_file @executable_path/$(library):$(DIST)/bin/$(library))
 +endif
-+ifneq (,$(findstring -lmozjs,$(EXTRA_DSO_LDOPTS)))
++EXTRA_DSO_LDOPTS += -dylib_file @executable_path/libxul.dylib:$(DIST)/bin/libxul.dylib
 +EXTRA_DSO_LDOPTS += -dylib_file @executable_path/libmozjs.dylib:$(DIST)/bin/libmozjs.dylib
-+endif
  endif # OS_ARCH=Darwin
  
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090526/d40e61c4/attachment.html>


More information about the macports-changes mailing list