pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/finance/gnucash/patches gnucash: remove obsolete patch...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63818471e534
branches:  trunk
changeset: 317261:63818471e534
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 03 07:07:58 2019 +0000

description:
gnucash: remove obsolete patch (after 3.4 update)

diffstat:

 finance/gnucash/patches/patch-CMakeLists.txt |  21 ---------------------
 1 files changed, 0 insertions(+), 21 deletions(-)

diffs (25 lines):

diff -r 2bf2a4d066d9 -r 63818471e534 finance/gnucash/patches/patch-CMakeLists.txt
--- a/finance/gnucash/patches/patch-CMakeLists.txt      Thu Jan 03 05:19:03 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-$NetBSD: patch-CMakeLists.txt,v 1.2 2018/09/30 23:47:32 wiz Exp $
-
-Disable -Werror due to boost issues.
-
---- CMakeLists.txt.orig        2018-09-29 21:16:50.000000000 +0000
-+++ CMakeLists.txt
-@@ -573,11 +573,11 @@ set(CMAKE_CXX_FLAGS "-std=gnu++11 ${CMAK
- 
- 
- if (UNIX)
--  set( CMAKE_C_FLAGS "-Werror -Wdeclaration-after-statement -Wno-pointer-sign -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-unused ${CMAKE_C_FLAGS}")
-+  set( CMAKE_C_FLAGS "-Wdeclaration-after-statement -Wno-pointer-sign -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-unused ${CMAKE_C_FLAGS}")
-   set( CMAKE_C_FLAGS "-Wno-deprecated-declarations -std=gnu11 -Wno-error=parentheses ${CMAKE_C_FLAGS}")
--  set( CMAKE_CXX_FLAGS "-Werror -Wall -Wmissing-declarations -Wno-unused -Wno-error=parentheses ${CMAKE_CXX_FLAGS}")
-+  set( CMAKE_CXX_FLAGS "-Wall -Wmissing-declarations -Wno-unused -Wno-error=parentheses ${CMAKE_CXX_FLAGS}")
-   set( CMAKE_CXX_FLAGS "-Wno-deprecated-declarations -Wno-register ${CMAKE_CXX_FLAGS}")
--  set( CMAKE_C_FLAGS_RELEASE "-O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 ${CMAKE_C_FLAGS}")
-+  set( CMAKE_C_FLAGS_RELEASE "-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 ${CMAKE_C_FLAGS}")
- endif (UNIX)
- if (MINGW)
-   set( CMAKE_C_FLAGS "-Werror -Wdeclaration-after-statement -Wno-pointer-sign -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations  -Wno-unused -Wno-error=deprecated-declarations -std=gnu11 
${CMAKE_C_FLAGS}")



Home | Main Index | Thread Index | Old Index