[91946] trunk/dports/x11/wine-devel

jeremyhu at macports.org jeremyhu at macports.org
Fri Apr 13 12:28:12 PDT 2012


Revision: 91946
          https://trac.macports.org/changeset/91946
Author:   jeremyhu at macports.org
Date:     2012-04-13 12:28:11 -0700 (Fri, 13 Apr 2012)
Log Message:
-----------
wine-devel: Tiger build fix

Modified Paths:
--------------
    trunk/dports/x11/wine-devel/Portfile

Added Paths:
-----------
    trunk/dports/x11/wine-devel/files/tiger-shell.patch

Modified: trunk/dports/x11/wine-devel/Portfile
===================================================================
--- trunk/dports/x11/wine-devel/Portfile	2012-04-13 19:21:30 UTC (rev 91945)
+++ trunk/dports/x11/wine-devel/Portfile	2012-04-13 19:28:11 UTC (rev 91946)
@@ -95,7 +95,8 @@
                             port:flex \
                             port:pkgconfig
 
-patchfiles BOOL.patch
+patchfiles                  BOOL.patch \
+                            tiger-shell.patch
 
 configure.ldflags-append    -framework CoreServices \
                             -lz

Added: trunk/dports/x11/wine-devel/files/tiger-shell.patch
===================================================================
--- trunk/dports/x11/wine-devel/files/tiger-shell.patch	                        (rev 0)
+++ trunk/dports/x11/wine-devel/files/tiger-shell.patch	2012-04-13 19:28:11 UTC (rev 91946)
@@ -0,0 +1,11 @@
+--- dlls/shell32/trash.c.orig	2012-04-08 22:35:02.000000000 -0700
++++ dlls/shell32/trash.c	2012-04-08 22:36:59.000000000 -0700
+@@ -60,7 +60,7 @@
+ 
+ WINE_DEFAULT_DEBUG_CHANNEL(trash);
+ 
+-#ifdef HAVE_CORESERVICES_CORESERVICES_H
++#if defined(HAVE_CORESERVICES_CORESERVICES_H) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 1050
+ 
+ BOOL TRASH_CanTrashFile(LPCWSTR wszPath)
+ {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120413/7e2705d5/attachment.html>


More information about the macports-changes mailing list