[102413] trunk/dports/devel/libsdl/Portfile

jmr at macports.org jmr at macports.org
Sat Feb 2 05:44:57 PST 2013


Revision: 102413
          https://trac.macports.org/changeset/102413
Author:   jmr at macports.org
Date:     2013-02-02 05:44:57 -0800 (Sat, 02 Feb 2013)
Log Message:
-----------
libsdl: re-enable cocoa video on 10.8 (#37562)

Modified Paths:
--------------
    trunk/dports/devel/libsdl/Portfile

Modified: trunk/dports/devel/libsdl/Portfile
===================================================================
--- trunk/dports/devel/libsdl/Portfile	2013-02-02 13:41:34 UTC (rev 102412)
+++ trunk/dports/devel/libsdl/Portfile	2013-02-02 13:44:57 UTC (rev 102413)
@@ -9,7 +9,7 @@
 name            libsdl
 set my_name     SDL
 version         1.2.15
-revision        2
+revision        3
 categories      devel multimedia
 platforms       macosx freebsd
 license         LGPL-2.1+
@@ -40,7 +40,8 @@
                 --without-x
 
 platform darwin {
-    if {${os.major} >= 12} {
+    # Uses deprecated APIs? See ticket #37562
+    if {${os.major} > 12} {
         configure.args-append --disable-video-cocoa
     }
     configure.ldflags-append -framework Carbon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130202/4befa6a0/attachment.html>


More information about the macports-changes mailing list