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

ryandesign at macports.org ryandesign at macports.org
Wed May 13 16:59:33 PDT 2015


Revision: 136280
          https://trac.macports.org/changeset/136280
Author:   ryandesign at macports.org
Date:     2015-05-13 16:59:33 -0700 (Wed, 13 May 2015)
Log Message:
-----------
lmms: re-fix build with older clang (#35885)

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

Modified: trunk/dports/multimedia/lmms/Portfile
===================================================================
--- trunk/dports/multimedia/lmms/Portfile	2015-05-13 23:04:39 UTC (rev 136279)
+++ trunk/dports/multimedia/lmms/Portfile	2015-05-13 23:59:33 UTC (rev 136280)
@@ -52,6 +52,10 @@
     reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/data/scripts/create_apple_bundle.sh.in
 }
 
+# Apple clang version 1.7 (tags/Apple/clang-77) (based on LLVM 2.9svn)
+# Undefined symbols: "_waveguide_nl_process", referenced from: _runGong in gong_1424.o, _runAddingGong in gong_1424.o
+configure.cflags-append -std=gnu89
+
 cmake.out_of_source yes
 
 # The build system uses CMAKE_INSTALL_PREFIX in a nonstandard way, both by
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150513/974e6974/attachment-0001.html>


More information about the macports-changes mailing list