summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/miro/miro.exec.patch
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-04-30 17:21:06 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-04-30 17:21:06 (GMT)
commite0366c16c6cc3833daffc4fc0c24c642bff870e2 (patch)
treeee00ff76c534a843cc0c72944cdd0364d6467535 /abs/extra-testing/miro/miro.exec.patch
parenta1e995a84b1f462b26608f12d6ff3a20031f2579 (diff)
downloadlinhes_pkgbuild-e0366c16c6cc3833daffc4fc0c24c642bff870e2.zip
linhes_pkgbuild-e0366c16c6cc3833daffc4fc0c24c642bff870e2.tar.gz
linhes_pkgbuild-e0366c16c6cc3833daffc4fc0c24c642bff870e2.tar.bz2
Latest Miro.
Diffstat (limited to 'abs/extra-testing/miro/miro.exec.patch')
-rw-r--r--abs/extra-testing/miro/miro.exec.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/extra-testing/miro/miro.exec.patch b/abs/extra-testing/miro/miro.exec.patch
new file mode 100644
index 0000000..4b012af
--- /dev/null
+++ b/abs/extra-testing/miro/miro.exec.patch
@@ -0,0 +1,9 @@
+--- usr/bin/miro.old 2009-04-14 19:40:09.578785938 +0200
++++ usr/bin/miro 2009-04-14 19:40:34.445435006 +0200
+@@ -23,5 +23,5 @@
+
+ LD_LIBRARY_PATH=/usr/lib/xulrunner-1.9 $GDB -ex 'set breakpoint pending on' -ex 'run' --args $PYTHON ./miro.real --sync "$@"
+ else
+- LD_LIBRARY_PATH=/usr/lib/xulrunner-1.9 miro.real "$@"
++ MOZILLA_FIVE_HOME="/usr/lib/xulrunner-1.9/" LD_LIBRARY_PATH=/usr/lib/xulrunner-1.9 miro.real "$@"
+ fi