packages: msilbc/msilbc-plugindirfix.patch (NEW) - fix plugin dir

shadzik shadzik at pld-linux.org
Fri Jan 21 20:21:24 CET 2011


Author: shadzik                      Date: Fri Jan 21 19:21:24 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix plugin dir

---- Files affected:
packages/msilbc:
   msilbc-plugindirfix.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/msilbc/msilbc-plugindirfix.patch
diff -u /dev/null packages/msilbc/msilbc-plugindirfix.patch:1.1
--- /dev/null	Fri Jan 21 20:21:24 2011
+++ packages/msilbc/msilbc-plugindirfix.patch	Fri Jan 21 20:21:19 2011
@@ -0,0 +1,11 @@
+--- configure.ac.orig	2010-01-27 16:57:48.000000000 +0100
++++ configure.ac	2011-01-21 20:16:57.161691068 +0100
+@@ -86,7 +86,7 @@
+ if test "$prefix" = "NONE"; then
+ 	theprefix="/usr/local"
+ fi
+-PACKAGE_PLUGINS_DIR=`eval echo $theprefix/lib/mediastreamer/plugins`
++PACKAGE_PLUGINS_DIR="${libdir}/mediastreamer/plugins"
+ AC_DEFINE_UNQUOTED(PACKAGE_PLUGINS_DIR,  "$PACKAGE_PLUGINS_DIR" ,[path of plugins])
+ AC_SUBST(PACKAGE_PLUGINS_DIR)
+ 
================================================================


More information about the pld-cvs-commit mailing list