2
1

fltk-1.1.7-disable-test.patch 519 B

1234567891011121314151617
  1. Disable tests in FLTK because they use the fluid tool on the host.
  2. Patch borrowed from OpenEmbedded.
  3. Index: fltk-1.1.9/Makefile
  4. ===================================================================
  5. --- fltk-1.1.9.orig/Makefile 2008-06-06 16:14:11.936736201 +0200
  6. +++ fltk-1.1.9/Makefile 2008-06-06 16:14:22.526357637 +0200
  7. @@ -27,7 +27,7 @@
  8. include makeinclude
  9. -DIRS = $(IMAGEDIRS) src fluid test documentation
  10. +DIRS = $(IMAGEDIRS) src fluid documentation
  11. all: makeinclude fltk-config
  12. for dir in $(DIRS); do\