diff options
author | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:09:12 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:09:12 +0000 |
commit | 703d58a4f5346c23a1dda47eec70b36df1d8b849 (patch) | |
tree | 4fa509e265e5186f36048ecbfa65657ca57c29b7 /package/fltk/fltk-1.1.7-tests.patch | |
parent | d2230d77ca60f91b21d09f7c61c37e7227654d67 (diff) | |
download | buildroot-novena-703d58a4f5346c23a1dda47eec70b36df1d8b849.tar.gz buildroot-novena-703d58a4f5346c23a1dda47eec70b36df1d8b849.zip |
added fltk
Diffstat (limited to 'package/fltk/fltk-1.1.7-tests.patch')
-rw-r--r-- | package/fltk/fltk-1.1.7-tests.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/fltk/fltk-1.1.7-tests.patch b/package/fltk/fltk-1.1.7-tests.patch new file mode 100644 index 000000000..32d4981cf --- /dev/null +++ b/package/fltk/fltk-1.1.7-tests.patch @@ -0,0 +1,11 @@ +--- a/test/Makefile 2006-01-15 13:36:16.000000000 -0500 ++++ b/test/Makefile 2008-02-12 13:34:25.000000000 -0500 +@@ -230,7 +230,7 @@ uninstall-osx: + # FLUID file rules + .fl.cxx .fl.h: ../fluid/fluid$(EXEEXT) + echo Generating $<... +- ../fluid/fluid$(EXEEXT) -c $< ++ /usr/bin/fluid$(EXEEXT) -c $< + + # All demos depend on the FLTK library... + $(ALL): ../lib/$(LIBNAME) |