diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-14 15:02:49 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-14 15:02:49 +0200 |
commit | f860bc32da5092933727fbfcba2a46c90070eb09 (patch) | |
tree | 0ddedcf9cacf871c3b57f92cf7d2df658f3a82d0 /package/fltk/patches | |
parent | e7d297840cb7c9765c481317f6675627b32b1c9b (diff) | |
parent | f1c3ec83fafc1cc8fd906b9483cd1ed927e2bba5 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/fltk/patches')
-rw-r--r-- | package/fltk/patches/patch-makeinclude_in | 11 | ||||
-rw-r--r-- | package/fltk/patches/patch-makeinclude_in.orig | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/package/fltk/patches/patch-makeinclude_in b/package/fltk/patches/patch-makeinclude_in new file mode 100644 index 000000000..7c2fd2f8b --- /dev/null +++ b/package/fltk/patches/patch-makeinclude_in @@ -0,0 +1,11 @@ +--- fltk-2.0.x-r7513.orig/makeinclude.in 2006-04-11 00:06:06.000000000 +0200 ++++ fltk-2.0.x-r7513/makeinclude.in 2010-06-13 17:18:11.503473158 +0200 +@@ -45,7 +45,7 @@ NROFF = @NROFF@ + RM = rm -f + RMDIR = rm -rf + SHELL = /bin/sh +-STRIP = strip ++STRIP = echo + + # compiler names: + CC = @CC@ diff --git a/package/fltk/patches/patch-makeinclude_in.orig b/package/fltk/patches/patch-makeinclude_in.orig new file mode 100644 index 000000000..ddee413e3 --- /dev/null +++ b/package/fltk/patches/patch-makeinclude_in.orig @@ -0,0 +1,11 @@ +--- fltk-2.0.x-r7513.orig/makeinclude.in 2006-04-11 00:06:06.000000000 +0200 ++++ fltk-2.0.x-r7513/makeinclude.in 2010-06-13 17:15:29.633155678 +0200 +@@ -45,7 +45,7 @@ NROFF = @NROFF@ + RM = rm -f + RMDIR = rm -rf + SHELL = /bin/sh +-STRIP = strip ++STRIP = + + # compiler names: + CC = @CC@ |