<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Disable tests, slower to build and would need host-fltk.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;

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\
</pre></body></html>