[SCM] eq10q/master: Fix the patch.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Thu Aug 25 18:09:24 UTC 2016


The following commit has been merged in the master branch:
commit 6bf13763d6b2ec8e8d4bbc39d9788766fbedfea2
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Thu Aug 25 20:09:15 2016 +0200

    Fix the patch.

diff --git a/debian/patches/03-fix_flags.patch b/debian/patches/03-fix_flags.patch
index d80ac2b..f3b91a5 100644
--- a/debian/patches/03-fix_flags.patch
+++ b/debian/patches/03-fix_flags.patch
@@ -1,5 +1,6 @@
 Description:  Let debian append flags.
 Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+ thanks to Felipe Sateler <fsateler at debian.org> 
 Forwarded: no
 
 Index: eq10q/CMakeLists.txt
@@ -11,11 +12,11 @@ Index: eq10q/CMakeLists.txt
  
  ##ADD_DEFINITIONS(-Wall -O3 -fPIC -finline-functions -finline-functions-called-once  -msse -mfpmath=sse -std=c99)
 -set(CMAKE_C_FLAGS "-Wall -O3 -fPIC -finline-functions -finline-functions-called-once -std=c99")
-+add_definitions(-Wall -O3 -fPIC -finline-functions -finline-functions-called-once -std=c99)
++set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -O3 -fPIC -finline-functions -finline-functions-called-once -std=c99")
  #set(CMAKE_C_FLAGS "-Wall -O0 -g -fPIC -finline-functions -finline-functions-called-once  -msse -mfpmath=sse -std=c99")
  
 -set(CMAKE_CXX_FLAGS "-Wall -fPIC -std=c++11")
-+add_definitions(-Wall -fPIC -std=c++11)
++set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -fPIC -std=c++11")
  #set(CMAKE_CXX_FLAGS "-Wall -O0 -g -fPIC -DPIC -std=c++11") ##Debuging GUI
  
  ##ADD_DEFINITIONS(-Wall -O0 -g -fPIC -DPIC) ###USED FOR DEBUG

-- 
eq10q packaging



More information about the pkg-multimedia-commits mailing list