[135608] trunk/dports/multimedia/VLC-devel

devans at macports.org devans at macports.org
Mon Apr 27 18:14:36 PDT 2015


Revision: 135608
          https://trac.macports.org/changeset/135608
Author:   devans at macports.org
Date:     2015-04-27 18:14:36 -0700 (Mon, 27 Apr 2015)
Log Message:
-----------
VLC-devel: tentative patch to fix SL build.

Modified Paths:
--------------
    trunk/dports/multimedia/VLC-devel/Portfile

Added Paths:
-----------
    trunk/dports/multimedia/VLC-devel/files/dispatch_queue_serial.patch

Modified: trunk/dports/multimedia/VLC-devel/Portfile
===================================================================
--- trunk/dports/multimedia/VLC-devel/Portfile	2015-04-28 00:30:28 UTC (rev 135607)
+++ trunk/dports/multimedia/VLC-devel/Portfile	2015-04-28 01:14:36 UTC (rev 135608)
@@ -128,7 +128,8 @@
                     configure.ac-no-arch.patch \
                     PR-34741-no__clang_version__.patch \
                     static_assert.patch \
-                    no-sparkle.patch
+                    no-sparkle.patch \
+                    dispatch_queue_serial.patch
 
 post-patch {
     reinplace "s:librsvg-2/librsvg:librsvg:" \

Added: trunk/dports/multimedia/VLC-devel/files/dispatch_queue_serial.patch
===================================================================
--- trunk/dports/multimedia/VLC-devel/files/dispatch_queue_serial.patch	                        (rev 0)
+++ trunk/dports/multimedia/VLC-devel/files/dispatch_queue_serial.patch	2015-04-28 01:14:36 UTC (rev 135608)
@@ -0,0 +1,13 @@
+--- modules/gui/macosx/intf.m.orig	2015-04-27 17:58:23.000000000 -0700
++++ modules/gui/macosx/intf.m	2015-04-27 17:59:35.000000000 -0700
+@@ -70,6 +70,10 @@
+ #import "iTunes.h"
+ #import "Spotify.h"
+ 
++#ifndef DISPATCH_QUEUE_SERIAL
++#define DISPATCH_QUEUE_SERIAL NULL
++#endif
++
+ /*****************************************************************************
+  * Local prototypes.
+  *****************************************************************************/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150427/cee10150/attachment.html>


More information about the macports-changes mailing list