From b98c234bf7907ff4e956f131023437d01e57c910 Mon Sep 17 00:00:00 2001 From: Graham Gower Date: Thu, 23 Sep 2010 21:24:40 +0000 Subject: imlib_1.9.15, qiv_1.9: move to obsolete. Motivation for removal: ERROR: QA Issue with staging: imlib.pc failed sanity test (tmpdir) in path /mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/lib/pkgconfig This 3 year old qiv recipe is the only in tree user of imlib1. Newer versions of qiv which use imlib2 are available from http://spiegl.de/qiv/ Signed-off-by: Graham Gower Signed-off-by: Khem Raj --- recipes/obsolete/imlib/files/configure.patch | 31 ++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 recipes/obsolete/imlib/files/configure.patch (limited to 'recipes/obsolete/imlib/files/configure.patch') diff --git a/recipes/obsolete/imlib/files/configure.patch b/recipes/obsolete/imlib/files/configure.patch new file mode 100644 index 0000000000..90879c15ee --- /dev/null +++ b/recipes/obsolete/imlib/files/configure.patch @@ -0,0 +1,31 @@ +--- /tmp/configure.in 2006-09-02 12:44:16.000000000 +0200 ++++ imlib-1.9.15/configure.in 2006-09-02 12:44:22.975780000 +0200 +@@ -43,19 +43,6 @@ + oCFLAGS="$CFLAGS" + LIBS="$LIBS `glib-config --libs gmodule`" + CFLAGS="$CFLAGS `glib-config --cflags gmodule`" +- AC_TRY_RUN([ +-#include +-#include +-main () +-{ +- if (g_module_supported ()) +- exit (0); +- else +- exit (1); +-} +-], dynworks=true) +- LIBS="$oLIBS" +- CFLAGS="$oCFLAGS" + fi + + dnl Now we check to see if our libtool supports shared lib deps +@@ -141,7 +128,7 @@ + fi + AC_SUBST(GX_LIBS) + +-CPPFLAGS="$CPPFLAGS -I$includedir -I$prefix/include" ++CPPFLAGS="$CPPFLAGS" + + SUPPORT_LIBS="" + -- cgit 1.2.3-korg