aboutsummaryrefslogtreecommitdiff
path: root/audio/ardour/files
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-18 20:50:37 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-18 20:50:37 +0000
commit90d33ab0801a91ad32fc785660ff0a461eaf9227 (patch)
tree1b37963ecdf257ae90925debc725295bfe5c8c72 /audio/ardour/files
parentdc0c1ef671a96f5f23cff3df8eb6685cd41b3e21 (diff)
Notes
Diffstat (limited to 'audio/ardour/files')
-rw-r--r--audio/ardour/files/patch-SConstruct17
1 files changed, 9 insertions, 8 deletions
diff --git a/audio/ardour/files/patch-SConstruct b/audio/ardour/files/patch-SConstruct
index 2f1bd84efc2c..0d6e40912e10 100644
--- a/audio/ardour/files/patch-SConstruct
+++ b/audio/ardour/files/patch-SConstruct
@@ -1,5 +1,5 @@
---- SConstruct.orig Wed Jan 3 20:17:56 2007
-+++ SConstruct Thu Jan 4 22:26:17 2007
+--- SConstruct.orig Wed Jan 17 22:13:21 2007
++++ SConstruct Wed Jan 17 22:55:30 2007
@@ -38,7 +38,7 @@
BoolOption('FPU_OPTIMIZATION', 'Build runtime checked assembler code', 1),
BoolOption('LIBLO', 'Compile with support for liblo library', 1),
@@ -9,7 +9,7 @@
BoolOption('SURFACES', 'Build support for control surfaces', 1),
BoolOption('SYSLIBS', 'USE AT YOUR OWN RISK: CANCELS ALL SUPPORT FROM ARDOUR AUTHORS: Use existing system versions of various libraries instead of internal ones', 0),
BoolOption('VERSIONED', 'Add revision information to ardour/gtk executable name inside the build directory', 0),
-@@ -655,12 +655,7 @@
+@@ -655,13 +655,7 @@
# prepend boiler plate optimization flags
#
@@ -17,13 +17,14 @@
- "-O3",
- "-fomit-frame-pointer",
- "-ffast-math",
-- "-fstrength-reduce"
+- "-fstrength-reduce",
+- "-fno-strict-aliasing"
- ]
+opt_flags[:0] = [ "%%CFLAGS%%" ];
if env['DEBUG'] == 1:
env.Append(CCFLAGS=" ".join (debug_flags))
-@@ -741,9 +736,9 @@
+@@ -742,9 +736,9 @@
prep_libcheck(env, libraries['lo'])
conf = Configure (libraries['lo'])
@@ -36,7 +37,7 @@
libraries['lo'] = conf.Finish ()
-@@ -783,8 +778,10 @@
+@@ -784,8 +778,10 @@
subst_dict['%MIDITAG%'] = "ardour"
subst_dict['%MIDITYPE%'] = "coremidi"
else:
@@ -49,7 +50,7 @@
env = conf.Finish()
-@@ -1003,33 +1000,33 @@
+@@ -1006,33 +1002,33 @@
# i18n support
#
@@ -110,7 +111,7 @@
if env['NLS'] == 1:
env.Append(CCFLAGS="-DENABLE_NLS")
-@@ -1046,8 +1043,8 @@
+@@ -1049,8 +1045,8 @@
subst_dict['%JACK_INPUT%'] = "coreaudio:Built-in Audio:in"
subst_dict['%JACK_OUTPUT%'] = "coreaudio:Built-in Audio:out"
else: