13 lines
735 B
Plaintext
13 lines
735 B
Plaintext
$OpenBSD: patch-configure_in,v 1.7 2004/04/15 19:23:46 naddy Exp $
|
|
--- configure.in.orig 2004-02-23 22:40:44.000000000 +0100
|
|
+++ configure.in 2004-04-14 23:34:14.000000000 +0200
|
|
@@ -549,7 +549,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])
|