openbsd-ports/audio/audacious-plugins/patches/patch-configure_ac
2012-10-01 07:56:40 +00:00

24 lines
703 B
Plaintext

$OpenBSD: patch-configure_ac,v 1.17 2012/10/01 07:56:40 brad Exp $
--- configure.ac.orig Sun Sep 23 09:05:12 2012
+++ configure.ac Sat Sep 29 04:33:40 2012
@@ -43,9 +43,6 @@ PKG_CHECK_MODULES(AUDACIOUS, [audacious >= 3.3],
[AC_MSG_ERROR([Cannot find Audacious 3.3; have you installed Audacious yet?])]
)
-CPPFLAGS="$CPPFLAGS $AUDACIOUS_CFLAGS"
-LIBS="$LIBS $AUDACIOUS_LIBS"
-
dnl Default Set of Plugins
dnl ======================
@@ -1013,6 +1010,9 @@ if test "x$enable_lyricwiki" = "xyes"; then
fi
dnl *** End of all plugin checks ***
+
+CPPFLAGS="$CPPFLAGS $AUDACIOUS_CFLAGS"
+LIBS="$LIBS $AUDACIOUS_LIBS"
plugindir=`pkg-config audacious --variable=plugin_dir`
AC_SUBST(plugindir)