On Apr 13, 2012, at 14:28, [email protected] wrote:

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

Cool.... does wine-devel now build on Tiger, or does this just get us closer? I 
still had this ticket open for Tiger build failures:

https://trac.macports.org/ticket/31500



> 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)
> + {




_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to