[90731] trunk/dports/x11/wine

ryandesign at macports.org ryandesign at macports.org
Tue Mar 13 17:22:34 PDT 2012


Revision: 90731
          http://trac.macports.org/changeset/90731
Author:   ryandesign at macports.org
Date:     2012-03-13 17:22:34 -0700 (Tue, 13 Mar 2012)
Log Message:
-----------
wine: add /usr/lib to DYLD_FALLBACK_LIBRARY_PATH to enable CUPS printing; see #30212

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

Modified: trunk/dports/x11/wine/Portfile
===================================================================
--- trunk/dports/x11/wine/Portfile	2012-03-13 22:06:20 UTC (rev 90730)
+++ trunk/dports/x11/wine/Portfile	2012-03-14 00:22:34 UTC (rev 90731)
@@ -9,7 +9,7 @@
 conflicts                   wine-devel wine-crossover-games wine-crossover
 set my_name                 wine
 version                     1.4
-revision                    1
+revision                    2
 license                     LGPL-2.1+
 categories                  x11
 maintainers                 ryandesign jwa openmaintainer

Modified: trunk/dports/x11/wine/files/wine.in
===================================================================
--- trunk/dports/x11/wine/files/wine.in	2012-03-13 22:06:20 UTC (rev 90730)
+++ trunk/dports/x11/wine/files/wine.in	2012-03-14 00:22:34 UTC (rev 90731)
@@ -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/20120313/c475634b/attachment.html>


More information about the macports-changes mailing list