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/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/lite-no-tests.patch')
-rw-r--r-- | package/lite/lite-no-tests.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/lite/lite-no-tests.patch b/package/lite/lite-no-tests.patch new file mode 100644 index 000000000..3a4718651 --- /dev/null +++ b/package/lite/lite-no-tests.patch @@ -0,0 +1,11 @@ +--- a/Makefile.in.orig 2008-07-07 13:07:12.000000000 +0200 ++++ b/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 |