a03d116397
```sh git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" | while read template; do for p in ${template%/template}/patches/*; do sed -i ' \,^[+-][+-][+-] /dev/null,b /^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b s,^[*][*][*] ,&a/, /^--- /{ s,\(^--- \)\(./\)*,\1a/, s,[.][Oo][Rr][Ii][Gg]\([ /]\),\1, s/[.][Oo][Rr][Ii][Gg]$// s/[.]patched[.]\([^.]\)/.\1/ h } /^+++ -/{ g s/^--- a/+++ b/ b } s,\(^+++ \)\(./\)*,\1b/, ' "$p" done sed -i '/^patch_args=/d' $template done ```
13 lines
517 B
Diff
13 lines
517 B
Diff
--- a/CMakeLists.txt 2017-03-20 03:14:35.000000000 -0600
|
|
+++ b/CMakeLists.txt 2017-04-06 15:05:22.473504016 -0600
|
|
@@ -350,10 +350,6 @@
|
|
CHECK_C_SOURCE_RUNS("#include \"${CMAKE_SOURCE_DIR}/iconv-detect.c\"" _correct_iconv)
|
|
unset(CMAKE_REQUIRED_LIBRARIES)
|
|
|
|
-if(NOT _correct_iconv)
|
|
- message(FATAL_ERROR "You need to install a working iconv implementation, such as ftp://ftp.gnu.org/pub/gnu/libiconv")
|
|
-endif(NOT _correct_iconv)
|
|
-
|
|
# ******************************
|
|
# Timezone checks
|
|
# ******************************
|