package/python-simplejson: bump version to 3.8.2
[buildroot-gz.git] / package / fltk / 0001-disable-tests.patch
blob957145312c90684e496e9e44388d8bada5095988
1 Disable tests, slower to build and would need host-fltk.
3 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
5 diff -Nura fltk-1.3.2.orig/Makefile fltk-1.3.2/Makefile
6 --- fltk-1.3.2.orig/Makefile 2013-10-27 18:19:39.693208127 -0300
7 +++ fltk-1.3.2/Makefile 2013-10-27 18:20:08.032136885 -0300
8 @@ -18,7 +18,7 @@
10 include makeinclude
12 -DIRS = $(IMAGEDIRS) src $(CAIRODIR) fluid test documentation
13 +DIRS = $(IMAGEDIRS) src $(CAIRODIR) fluid documentation
15 all: makeinclude fltk-config
16 for dir in $(DIRS); do\