16d111e0af
* Use the system libtool. * Remove the disk writer flavor, include it by default. * Add a gnome subpackage. Notable changes in this release: General: * Replaced folder icons. * Don't display playlist numbers elsewhere when turned off. * Support 32-bit and 16-bit "bitfield" bmps in skins. CD Audio: * Supply a dummy user and hostname to the cddb server. MPG123: * Handle UTF-16 encoded tags. * Major stability fixes.
13 lines
571 B
Plaintext
13 lines
571 B
Plaintext
$OpenBSD: patch-libxmms_configure_in,v 1.4 2002/03/11 17:38:05 naddy Exp $
|
|
--- libxmms/configure.in.orig Wed Dec 5 16:33:25 2001
|
|
+++ libxmms/configure.in Mon Jan 21 10:29:48 2002
|
|
@@ -30,7 +30,7 @@
|
|
XMMS_FUNC_POSIX(sched_setscheduler nanosleep)
|
|
|
|
AM_PATH_GLIB(1.2.2,,AC_MSG_ERROR([*** GLIB >= 1.2.2 not installed - please install first ***]))
|
|
-AM_PATH_GTK(1.2.2,,AC_MSG_ERROR([*** GTK+ >= 1.2.2 not installed - please install first ***]),gthread)
|
|
+AM_PATH_GTK(1.2.2,,AC_MSG_ERROR([*** GTK+ >= 1.2.2 not installed - please install first ***]))
|
|
|
|
if test -n "$GCC"
|
|
then
|