diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-11-04 23:03:20 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-11-04 23:03:20 +0000 |
commit | 3d79f309ec2a75a3e6606a2899260e4d05c22500 (patch) | |
tree | d091dce75c27fa7511149b5f28d0ad35b02408a0 /recipes/lame/lame-3.98.2/no-gtk1.patch | |
parent | a74f86eab3b1482e3528c6ec61edde8f68f34917 (diff) |
lame: Update to version 3.98.2.
Diffstat (limited to 'recipes/lame/lame-3.98.2/no-gtk1.patch')
-rw-r--r-- | recipes/lame/lame-3.98.2/no-gtk1.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/lame/lame-3.98.2/no-gtk1.patch b/recipes/lame/lame-3.98.2/no-gtk1.patch new file mode 100644 index 0000000000..3cc06308f5 --- /dev/null +++ b/recipes/lame/lame-3.98.2/no-gtk1.patch @@ -0,0 +1,18 @@ +Index: lame-398-2/configure.in +=================================================================== +--- lame-398-2.orig/configure.in ++++ lame-398-2/configure.in +@@ -385,7 +385,12 @@ CONFIG_MATH_LIB="${USE_LIBM}" + + dnl configure use of features + +-AM_PATH_GTK(1.2.0, HAVE_GTK="yes", HAVE_GTK="no") ++dnl AM_PATH_GTK(1.2.0, HAVE_GTK="yes", HAVE_GTK="no") ++HAVE_GTK="no" ++GTK_CFLAGS="" ++GTK_LIBS="" ++AC_SUBST(GTK_CFLAGS) ++AC_SUBST(GTK_LIBS) + + dnl ElectricFence malloc debugging + AC_MSG_CHECKING(use of ElectricFence malloc debugging) |