7fc9190f0e
* gcc is kept at -Np0, because of void-cross ```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
461 B
Diff
13 lines
461 B
Diff
--- a/src/l64seek.h 2015-03-12 16:41:49.000000000 +0100
|
|
+++ b/src/l64seek.h 2015-08-03 15:02:33.656446144 +0200
|
|
@@ -20,6 +20,10 @@
|
|
#include <sys/stat.h>
|
|
#include <sys/types.h>
|
|
#include <unistd.h>
|
|
+#if !defined(__GLIBC__)
|
|
+#define loff_t off_t /* musl libc <fcntl.h> defines this for _GNU_SOURCE */
|
|
+#define daddr_t int /* __kernel_daddr_t defined in linux/asm-generic/posix_types.h */
|
|
+#endif
|
|
|
|
/*
|
|
* define a type 'off64_t' which is at least 64bit, and a
|