~ubuntu-branches/ubuntu/saucy/bibletime/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/patches/gcc4.7-ftbfs.patch

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2013-08-12 21:02:54 UTC
  • mfrom: (1.3.8)
  • Revision ID: package-import@ubuntu.com-20130812210254-oumj97t1gqs2g8nb
Tags: 2.9.2-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Description: Work-around FTBFS with gcc4.7 by disabling -Werror
2
2
Author: Dmitrijs Ledkovs <xnox@debian.org>
3
3
 
4
 
Index: bibletime/CMakeLists.txt
5
 
===================================================================
6
 
--- bibletime.orig/CMakeLists.txt       2012-04-14 17:26:58.958854000 +0100
7
 
+++ bibletime/CMakeLists.txt    2012-04-17 22:38:01.936487437 +0100
8
 
@@ -194,7 +194,7 @@
 
4
--- a/CMakeLists.txt
 
5
+++ b/CMakeLists.txt
 
6
@@ -245,7 +245,7 @@
9
7
     SET(CMAKE_CXX_FLAGS_DEBUG   "-DNO_DBUS -DSWUSINGDLL /MDd /Zc:wchar_t- /W1 /D_UNICODE /DUNICODE /ZI")
10
8
 ELSE (MSVC)
11
9
     SET(CMAKE_CXX_FLAGS_RELEASE "-Wall -O2 -fexceptions")