diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-05-21 21:09:34 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-05-21 21:09:34 +0200 |
commit | 73d2cbbd1b9b9674e679a25bfa96e7c8848436a0 (patch) | |
tree | 455683cd9ae33dd50ac16524b580a5860ce10658 /package/fltk/fltk-1.1.7-tests.patch | |
parent | 62c3e55dc91db08269272f33698e8b9902d160de (diff) | |
parent | 584921cb87b66f6c2dd8d080593137ed64a529d0 (diff) | |
download | buildroot-novena-73d2cbbd1b9b9674e679a25bfa96e7c8848436a0.tar.gz buildroot-novena-73d2cbbd1b9b9674e679a25bfa96e7c8848436a0.zip |
Merge branch 'fltk-fix-bug-1729' of git://git.busybox.net/~tpetazzoni/git/buildroot
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, 0 insertions, 11 deletions
diff --git a/package/fltk/fltk-1.1.7-tests.patch b/package/fltk/fltk-1.1.7-tests.patch deleted file mode 100644 index 32d4981cf..000000000 --- a/package/fltk/fltk-1.1.7-tests.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) |