From 00c7717bc25937246ba414a865f9fd87edba8265 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 15 Aug 2015 01:01:21 +0200 Subject: app-arch/innoextract: rm old --- .../innoextract/files/innoextract-1.2-gentoo.patch | 49 ---------------------- .../innoextract/files/innoextract-1.3-gentoo.patch | 49 ---------------------- 2 files changed, 98 deletions(-) delete mode 100644 app-arch/innoextract/files/innoextract-1.2-gentoo.patch delete mode 100644 app-arch/innoextract/files/innoextract-1.3-gentoo.patch (limited to 'app-arch/innoextract/files') diff --git a/app-arch/innoextract/files/innoextract-1.2-gentoo.patch b/app-arch/innoextract/files/innoextract-1.2-gentoo.patch deleted file mode 100644 index 756f089a579e..000000000000 --- a/app-arch/innoextract/files/innoextract-1.2-gentoo.patch +++ /dev/null @@ -1,49 +0,0 @@ -From: Julian Ospald -Date: Wed Jun 27 23:41:12 UTC 2012 -Subject: build system - -respect flags - ---- CMakeLists.txt -+++ CMakeLists.txt -@@ -54,40 +54,13 @@ - link_directories("${Boost_LIBRARY_DIRS}") - include_directories(SYSTEM "${Boost_INCLUDE_DIR}") - --add_cxxflag("-Wall") --add_cxxflag("-Wextra") --add_cxxflag("-Wformat=2") --add_cxxflag("-Wundef") --add_cxxflag("-Wpointer-arith") --add_cxxflag("-Wcast-qual") --add_cxxflag("-Woverloaded-virtual") --add_cxxflag("-Wlogical-op") --add_cxxflag("-Wliteral-conversion") --add_cxxflag("-Wshift-overflow") --add_cxxflag("-Woverflow") --add_cxxflag("-Wbool-conversions") --add_cxxflag("-Wconversion") --add_cxxflag("-Wsign-conversion") --add_cxxflag("-Wmissing-declarations") --add_cxxflag("-Wredundant-decls") -- - if(DEBUG_EXTRA) - add_cxxflag("-ftrapv") # to add checks for (undefined) signed integer overflow - add_cxxflag("-fbounds-checking") - add_cxxflag("-fcatch-undefined-behavior") - add_cxxflag("-Wstrict-aliasing=1") --else() -- # -Wuninitialized causes too many false positives - thanks very much, gcc -- add_cxxflag("-Wno-uninitialized") -- # (clang only) Conflicts with using const variables for configuration. -- add_cxxflag("-Wno-constant-logical-operand") -- add_cxxflag("-Wno-unneeded-internal-declaration") -- add_cxxflag("-Wno-unused-function") - endif() - --# Because i'm lazy --add_cxxflag("-Wl,--as-needed") -- - check_symbol_exists(isatty "unistd.h" HAVE_ISATTY) - check_symbol_exists(ioctl "sys/ioctl.h" HAVE_IOCTL) - diff --git a/app-arch/innoextract/files/innoextract-1.3-gentoo.patch b/app-arch/innoextract/files/innoextract-1.3-gentoo.patch deleted file mode 100644 index 31f7e9088ec7..000000000000 --- a/app-arch/innoextract/files/innoextract-1.3-gentoo.patch +++ /dev/null @@ -1,49 +0,0 @@ -From: Julian Ospald -Date: Tue Jul 3 18:00:33 UTC 2012 -Subject: build system - -respect flags - ---- CMakeLists.txt -+++ CMakeLists.txt -@@ -57,40 +57,13 @@ - - add_cxxflag("-std=c++11") - --add_cxxflag("-Wall") --add_cxxflag("-Wextra") --add_cxxflag("-Wformat=2") --add_cxxflag("-Wundef") --add_cxxflag("-Wpointer-arith") --add_cxxflag("-Wcast-qual") --add_cxxflag("-Woverloaded-virtual") --add_cxxflag("-Wlogical-op") --add_cxxflag("-Wliteral-conversion") --add_cxxflag("-Wshift-overflow") --add_cxxflag("-Woverflow") --add_cxxflag("-Wbool-conversions") --add_cxxflag("-Wconversion") --add_cxxflag("-Wsign-conversion") --add_cxxflag("-Wmissing-declarations") --add_cxxflag("-Wredundant-decls") -- - if(DEBUG_EXTRA) - add_cxxflag("-ftrapv") # to add checks for (undefined) signed integer overflow - add_cxxflag("-fbounds-checking") - add_cxxflag("-fcatch-undefined-behavior") - add_cxxflag("-Wstrict-aliasing=1") --else() -- # -Wuninitialized causes too many false positives - thanks very much, gcc -- add_cxxflag("-Wno-uninitialized") -- # (clang only) Conflicts with using const variables for configuration. -- add_cxxflag("-Wno-constant-logical-operand") -- add_cxxflag("-Wno-unneeded-internal-declaration") -- add_cxxflag("-Wno-unused-function") - endif() - --# Because i'm lazy --add_ldflag("-Wl,--as-needed") -- - check_symbol_exists(isatty "unistd.h" HAVE_ISATTY) - check_symbol_exists(ioctl "sys/ioctl.h" HAVE_IOCTL) - -- cgit v1.2.3-65-gdbad