[110625] trunk/dports/multimedia/lmms/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 2 16:56:50 PDT 2013


Revision: 110625
          https://trac.macports.org/changeset/110625
Author:   jeremyhu at macports.org
Date:     2013-09-02 16:56:50 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
lmms: Workaround original clang issue with -std=gnu89, but the project has other bugs, so adjusting blacklisting

Modified Paths:
--------------
    trunk/dports/multimedia/lmms/Portfile

Modified: trunk/dports/multimedia/lmms/Portfile
===================================================================
--- trunk/dports/multimedia/lmms/Portfile	2013-09-02 23:54:03 UTC (rev 110624)
+++ trunk/dports/multimedia/lmms/Portfile	2013-09-02 23:56:50 UTC (rev 110625)
@@ -38,10 +38,22 @@
 patchfiles          patch-qt-include.diff \
                     patch-zynaddsubfx-CMakeLists.txt.diff
 
-# Undefined symbols: "_waveguide_nl_process", referenced from: _runGong in gong_1424.o, _runAddingGong in gong_1424.o
-# https://sourceforge.net/tracker/?func=detail&aid=3563052&group_id=105168&atid=640434
-compiler.blacklist  clang
+configure.cflags-append -std=gnu89
 
+# This project has buggy C++ code
+compiler.blacklist *clang*
+
+platform darwin {
+    if {${os.major} >= 13} {
+        depends_lib
+        depends_run
+        pre-fetch {
+            ui_error "$name does not build on Mavericks or later."
+            error "unsupported platform"
+        }
+    }
+}
+
 # Use bundled libsamplerate due to link problems with the external library
 configure.args-append -DWANT_SYSTEM_SR=OFF
 # Disable VST because it is not supported on OS X
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/91d98760/attachment-0001.html>


More information about the macports-changes mailing list