[126300] trunk/dports/audio/faust2-devel
ryandesign at macports.org
ryandesign at macports.org
Tue Oct 7 03:49:00 PDT 2014
Revision: 126300
https://trac.macports.org/changeset/126300
Author: ryandesign at macports.org
Date: 2014-10-07 03:49:00 -0700 (Tue, 07 Oct 2014)
Log Message:
-----------
faust2-devel: fix build with old GCC (https://sourceforge.net/p/faudiostream/code/ci/ad6898a7cec58349d6a24b87af03c9e13176e58a/)
Modified Paths:
--------------
trunk/dports/audio/faust2-devel/Portfile
trunk/dports/audio/faust2-devel/files/patch-compiler-Makefile.unix.diff
Modified: trunk/dports/audio/faust2-devel/Portfile
===================================================================
--- trunk/dports/audio/faust2-devel/Portfile 2014-10-07 10:39:30 UTC (rev 126299)
+++ trunk/dports/audio/faust2-devel/Portfile 2014-10-07 10:49:00 UTC (rev 126300)
@@ -5,7 +5,7 @@
name faust2-devel
conflicts faust faust-devel
-version 2.0-20141002
+version 2.0-20141002
git.branch 57c17a039422c652f7302541918a07ca955288e0
categories audio lang
platforms darwin
Modified: trunk/dports/audio/faust2-devel/files/patch-compiler-Makefile.unix.diff
===================================================================
--- trunk/dports/audio/faust2-devel/files/patch-compiler-Makefile.unix.diff 2014-10-07 10:39:30 UTC (rev 126299)
+++ trunk/dports/audio/faust2-devel/files/patch-compiler-Makefile.unix.diff 2014-10-07 10:49:00 UTC (rev 126300)
@@ -1,6 +1,14 @@
--- compiler/Makefile.unix.orig
+++ compiler/Makefile.unix
-@@ -145,14 +145,14 @@ ifeq ($(system), Darwin)
+@@ -18,7 +18,6 @@ ifeq ($(system), Darwin)
+ ARCHFLAGS := -arch i386 -arch x86_64
+ LIBFLAGS :=
+ CXX = clang++
+- CXXFLAGS = -Wexit-time-destructors -Wglobal-constructors
+ LIB_EXT = dylib
+ ## --analyze -Wall -pedantic
+ #CXXFLAGS = -Wexit-time-destructors -Wglobal-constructors -stdlib=libc++
+@@ -145,14 +144,14 @@ ifeq ($(system), Darwin)
libtool $(LIBFLAGS) $(objects) libmain.o global.o -static -o $@
libfaust.dylib : $(objects) libmain.o global.o
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141007/38d24682/attachment.html>
More information about the macports-changes
mailing list