summaryrefslogtreecommitdiffstats
path: root/abs/extra/miro/miro.exec.patch
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-11-30 23:52:49 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-11-30 23:52:49 (GMT)
commitef974fb08972483d6852c9d5b2f23e1d33343b76 (patch)
treefa5aad1563681bf14a0fed3cdf8f599f7e8e853c /abs/extra/miro/miro.exec.patch
parentba6da4b6e7eab74dd3dcac947a11361b1b9f1eed (diff)
downloadlinhes_pkgbuild-ef974fb08972483d6852c9d5b2f23e1d33343b76.zip
linhes_pkgbuild-ef974fb08972483d6852c9d5b2f23e1d33343b76.tar.gz
linhes_pkgbuild-ef974fb08972483d6852c9d5b2f23e1d33343b76.tar.bz2
Housekeeping
Diffstat (limited to 'abs/extra/miro/miro.exec.patch')
-rw-r--r--abs/extra/miro/miro.exec.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/abs/extra/miro/miro.exec.patch b/abs/extra/miro/miro.exec.patch
deleted file mode 100644
index 4b012af..0000000
--- a/abs/extra/miro/miro.exec.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- 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