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
420 B
Diff
13 lines
420 B
Diff
There is no -Isrc/headers, thus specify gpm.h relative location
|
|
|
|
--- a/src/prog/get-versions.c 2012-10-26 23:21:38.000000000 +0200
|
|
+++ b/src/prog/get-versions.c 2015-06-22 15:49:30.536004939 +0200
|
|
@@ -22,7 +22,7 @@
|
|
********/
|
|
|
|
#include <stdio.h> /* printf() */
|
|
-#include <gpm.h> /* gpm information */
|
|
+#include "headers/gpm.h" /* gpm information */
|
|
|
|
int main()
|
|
{
|