openbsd-ports/audio/amarok/patches/patch-configure_in
jakemsr 72e3bceb65 maintenence update to amarok-1.4.8
lots of bug fixes, especially in the last.fm cient

ok espie
2008-02-12 10:47:01 +00:00

13 lines
675 B
Plaintext

$OpenBSD: patch-configure_in,v 1.5 2008/02/12 10:47:01 jakemsr Exp $
--- configure.in.orig Mon Dec 17 07:53:20 2007
+++ configure.in Tue Jan 29 18:30:12 2008
@@ -809,7 +809,7 @@ AC_MSG_RESULT($amarok_glibcsched_works)
###############################################################################
KDE_CHECK_HEADER(konqsidebarplugin.h, have_konqsidebar=yes, have_konqsidebar=no)
-KDE_CHECK_LIB(konqsidebarplugin, _init, have_konqsidebar=$have_konqsidebar, have_konqsidebar=no)
+KDE_CHECK_LIB(konqsidebarplugin, _init, have_konqsidebar=$have_konqsidebar, have_konqsidebar=no, [-lstdc++ $LIBPTHREAD])
AM_CONDITIONAL(with_konqsidebar, [test x$have_konqsidebar = xyes])