0001-disable-tests.patch 518 B

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