[79679] trunk/dports/x11/wine-crossover-games

jeremyhu at macports.org jeremyhu at macports.org
Thu Jun 23 01:27:38 PDT 2011


Revision: 79679
          http://trac.macports.org/changeset/79679
Author:   jeremyhu at macports.org
Date:     2011-06-23 01:27:36 -0700 (Thu, 23 Jun 2011)
Log Message:
-----------
wine-crossover-games: Add /usr/lib to DYLD_FALLBACK_LIBRARY_PATH, so wineps.drv.so and winspool.drv.so can find libcups.2.dylib

Modified Paths:
--------------
    trunk/dports/x11/wine-crossover-games/Portfile
    trunk/dports/x11/wine-crossover-games/files/wine.in

Modified: trunk/dports/x11/wine-crossover-games/Portfile
===================================================================
--- trunk/dports/x11/wine-crossover-games/Portfile	2011-06-23 08:20:14 UTC (rev 79678)
+++ trunk/dports/x11/wine-crossover-games/Portfile	2011-06-23 08:27:36 UTC (rev 79679)
@@ -7,7 +7,7 @@
 name                        wine-crossover-games
 conflicts                   wine wine-devel
 version                     10.0.0
-revision                    2
+revision                    3
 license                     LGPL-2.1+
 categories                  x11
 maintainers                 jeremyhu openmaintainer

Modified: trunk/dports/x11/wine-crossover-games/files/wine.in
===================================================================
--- trunk/dports/x11/wine-crossover-games/files/wine.in	2011-06-23 08:20:14 UTC (rev 79678)
+++ trunk/dports/x11/wine-crossover-games/files/wine.in	2011-06-23 08:27:36 UTC (rev 79679)
@@ -1,5 +1,5 @@
 #!/bin/sh
 # $Id$
 
-DYLD_FALLBACK_LIBRARY_PATH="@PREFIX@/lib" \
+DYLD_FALLBACK_LIBRARY_PATH="@PREFIX@/lib:/usr/lib" \
 "@PREFIX@/libexec/wine/wine" "$@"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110623/eb15ecd4/attachment.html>


More information about the macports-changes mailing list