hc
2023-02-13 e440ec23c5a540cdd3f7464e8779219be6fd3d95
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Disable tests, slower to build and would need host-fltk.
 
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
 
diff -Nura fltk-1.3.2.orig/Makefile fltk-1.3.2/Makefile
--- fltk-1.3.2.orig/Makefile    2013-10-27 18:19:39.693208127 -0300
+++ fltk-1.3.2/Makefile    2013-10-27 18:20:08.032136885 -0300
@@ -18,7 +18,7 @@
 
 include makeinclude
 
-DIRS = $(IMAGEDIRS) src $(CAIRODIR) fluid test documentation
+DIRS = $(IMAGEDIRS) src $(CAIRODIR) fluid documentation
 
 all: makeinclude fltk-config
     for dir in $(DIRS); do\