6b2cbddde1
input from naddy@, help and ok jakemsr@
13 lines
723 B
Plaintext
13 lines
723 B
Plaintext
$OpenBSD: patch-configure_in,v 1.8 2007/12/08 21:54:57 ajacoutot Exp $
|
|
--- configure.in.orig Fri Nov 16 22:52:30 2007
|
|
+++ configure.in Fri Nov 23 16:25:25 2007
|
|
@@ -607,7 +607,7 @@ AC_SUBST([GENERAL_PLUGIN_DIR])
|
|
AC_SUBST([VISUALIZATION_PLUGIN_DIR])
|
|
AC_SUBST([pluginsubs])
|
|
|
|
-XMMS_DEFINES="$CFLAGS -DDATA_DIR=\\\"$datadir/xmms\\\" -DPLUGIN_DIR=\\\"$plugindir\\\" -DPLUGINSUBS=$pluginsubs -DLOCALEDIR=\\\"$localedir\\\""
|
|
+XMMS_DEFINES="$CFLAGS -DDATA_DIR=\\\"$datadir/xmms\\\" -DPLUGIN_DIR=\\\"$plugindir\\\" -DPLUGINSUBS=$pluginsubs -DLOCALEDIR=\\\"$localedir\\\" -I$LOCALBASE/include"
|
|
|
|
if test "x$enable_user_plugin_dir" = "xno"; then
|
|
AC_DEFINE(DISABLE_USER_PLUGIN_DIR,, [Define to disable per user plugin directory])
|