[SCM] yoshimi/master: Update patch.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Thu Mar 20 12:23:13 UTC 2014
The following commit has been merged in the master branch:
commit c841640a6dc119dce9f85f8d65f09c5a2a753f02
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Mar 20 13:23:01 2014 +0100
Update patch.
diff --git a/debian/patches/01-gcc_flags.patch b/debian/patches/01-gcc_flags.patch
index d9f88dc..72b02c8 100644
--- a/debian/patches/01-gcc_flags.patch
+++ b/debian/patches/01-gcc_flags.patch
@@ -9,14 +9,14 @@ Forwarded: yes
Index: yoshimi/src/CMakeLists.txt
===================================================================
---- yoshimi.orig/src/CMakeLists.txt 2014-03-17 00:55:47.478391726 +0100
-+++ yoshimi/src/CMakeLists.txt 2014-03-17 00:55:47.474391845 +0100
+--- yoshimi.orig/src/CMakeLists.txt 2014-03-20 12:26:13.702271262 +0100
++++ yoshimi/src/CMakeLists.txt 2014-03-20 12:27:18.278644212 +0100
@@ -81,6 +81,9 @@
set (BuildOptionsDebug
"-O0 -g3 -ggdb -Wall -Wpointer-arith -ldl" CACHE STRING "Debug build flags")
+set (BuildOptionsDebian
-+ "-O3 -ffast-math -fomit-frame-pointer" CACHE STRING "Debian build flags")
++ "-O3 -ffast-math -fomit-frame-pointer -ldl" CACHE STRING "Debian build flags")
+
find_package (PkgConfig REQUIRED)
if (PKG_CONFIG_FOUND)
--
yoshimi packaging
More information about the pkg-multimedia-commits
mailing list