summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hüttel <dilfridge@gentoo.org>2011-04-24 15:03:27 +0000
committerAndreas Hüttel <dilfridge@gentoo.org>2011-04-24 15:03:27 +0000
commit8fed43bb7ae46ccc40ac6f2c5d11b5defaf07b50 (patch)
tree16b005581612611a43f4f8f452e9126906e93935 /media-video/bombono-dvd/files/bombono-dvd-1.0.1-cflags.patch
parentQA: do not force presence of db-4.5, as it'll always use the latest one avail... (diff)
downloadhistorical-8fed43bb7ae46ccc40ac6f2c5d11b5defaf07b50.tar.gz
historical-8fed43bb7ae46ccc40ac6f2c5d11b5defaf07b50.tar.bz2
historical-8fed43bb7ae46ccc40ac6f2c5d11b5defaf07b50.zip
Respect -Ox in CFLAGS / CXXFLAGS, bug 363297
Package-Manager: portage-2.1.9.46/cvs/Linux x86_64
Diffstat (limited to 'media-video/bombono-dvd/files/bombono-dvd-1.0.1-cflags.patch')
-rw-r--r--media-video/bombono-dvd/files/bombono-dvd-1.0.1-cflags.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/media-video/bombono-dvd/files/bombono-dvd-1.0.1-cflags.patch b/media-video/bombono-dvd/files/bombono-dvd-1.0.1-cflags.patch
new file mode 100644
index 000000000000..adea485ff404
--- /dev/null
+++ b/media-video/bombono-dvd/files/bombono-dvd-1.0.1-cflags.patch
@@ -0,0 +1,12 @@
+diff -ruN bombono-dvd-1.0.1.orig/SConstruct bombono-dvd-1.0.1/SConstruct
+--- bombono-dvd-1.0.1.orig/SConstruct 2011-02-12 14:47:56.000000000 +0100
++++ bombono-dvd-1.0.1/SConstruct 2011-04-24 16:59:04.149229947 +0200
+@@ -56,7 +56,7 @@
+ common_warn_flags = []
+ cxx_warn_flags = []
+ debug_flags = ['-g', '-O0']
+-release_flags = ['-O2']
++release_flags = []
+ defines = []
+
+ def CalcCommonFlags():