diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-14 14:39:00 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-14 14:39:00 +0200 |
commit | 37aacb979aa9f8f64ae772f636a631b44051b3d9 (patch) | |
tree | 022a08fa91b512f6ff03ee7a04c339b0d437304d /package/fltk/patches | |
parent | 71d17146ab098461c45cff3ea2f071e39a02f403 (diff) |
port dillo and all needed requirements
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@ |