]> git.pld-linux.org Git - packages/gxine.git/commitdiff
- allow custom plugin dir
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 12 Apr 2004 22:00:05 +0000 (22:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gxine-plugindir.patch -> 1.1

gxine-plugindir.patch [new file with mode: 0644]

diff --git a/gxine-plugindir.patch b/gxine-plugindir.patch
new file mode 100644 (file)
index 0000000..492f812
--- /dev/null
@@ -0,0 +1,14 @@
+--- gxine-0.3.3/configure.ac.orig      2003-04-08 16:32:36.000000000 +0200
++++ gxine-0.3.3/configure.ac   2004-04-12 23:40:01.406346816 +0200
+@@ -129,7 +129,10 @@
+    exec_prefix='${prefix}'
+ fi
+-GXINE_PLUGINDIR="$libdir/gxine"
++AC_ARG_WITH([plugindir],
++  AS_HELP_STRING([--with-plugindir=path],[use path to install browser plugin]),
++  [GXINE_PLUGINDIR=$withval], [GXINE_PLUGINDIR="$libdir/gxine"]
++)
+ eval GXINE_PLUGINPATH=`eval echo "$GXINE_PLUGINDIR"`
+ AC_DEFINE_UNQUOTED(GXINE_PLUGINDIR,"$GXINE_PLUGINPATH",[where to install the browser plugin])
+ AC_SUBST(GXINE_PLUGINPATH)
This page took 0.093453 seconds and 4 git commands to generate.