diff options
Diffstat (limited to 'package/fltk/fltk-1.1.7-disable-test.patch')
-rw-r--r-- | package/fltk/fltk-1.1.7-disable-test.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/package/fltk/fltk-1.1.7-disable-test.patch b/package/fltk/fltk-1.1.7-disable-test.patch deleted file mode 100644 index c83e1dae07..0000000000 --- a/package/fltk/fltk-1.1.7-disable-test.patch +++ /dev/null @@ -1,17 +0,0 @@ -Disable tests in FLTK because they use the fluid tool on the host. - -Patch borrowed from OpenEmbedded. - -Index: fltk-1.1.9/Makefile -=================================================================== ---- fltk-1.1.9.orig/Makefile 2008-06-06 16:14:11.936736201 +0200 -+++ fltk-1.1.9/Makefile 2008-06-06 16:14:22.526357637 +0200 -@@ -27,7 +27,7 @@ - - include makeinclude - --DIRS = $(IMAGEDIRS) src fluid test documentation -+DIRS = $(IMAGEDIRS) src fluid documentation - - all: makeinclude fltk-config - for dir in $(DIRS); do\ |