diff options
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.patch | 12 |
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(): |