diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-10-08 21:49:58 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-10-08 21:49:58 +0200 |
commit | 0fccab65a3006d67a1805f30ca7f1af41c98e14d (patch) | |
tree | f21f1e9e44f1b6cc80f08c9c19f6c1eecee72695 /package/lite/no_tests.patch | |
parent | 41ea5c9ff3f317a6eacc9266ddc79899c1f90d1f (diff) |
lite: unbreak build
lite breaks because of a conflict with 'stat'. Fix taken from LiTE git.
At the same time rename and fixup no-tests patch to apply.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/lite/no_tests.patch')
-rw-r--r-- | package/lite/no_tests.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/lite/no_tests.patch b/package/lite/no_tests.patch deleted file mode 100644 index c6e8092ff..000000000 --- a/package/lite/no_tests.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2008-07-07 13:07:12.000000000 +0200 -+++ Makefile.in 2008-07-07 13:07:05.000000000 +0200 -@@ -202,7 +202,7 @@ - target_vendor = @target_vendor@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ --SUBDIRS = data fonts lite leck examples tests -+SUBDIRS = data fonts lite leck examples - EXTRA_DIST = TODO lite.pc.in leck.pc.in - pkgconfigdir = $(libdir)/pkgconfig - pkgconfig_DATA = lite.pc leck.pc |