openbsd-ports/audio/amarok/patches/patch-configure_in
2007-03-18 11:11:26 +00:00

13 lines
659 B
Plaintext

$OpenBSD: patch-configure_in,v 1.3 2007/03/18 11:11:26 espie Exp $
--- configure.in.orig Thu Feb 1 19:14:18 2007
+++ configure.in Sat Mar 17 23:29:04 2007
@@ -844,7 +844,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++)
AM_CONDITIONAL(with_konqsidebar, [test x$have_konqsidebar = xyes])