diff options
Diffstat (limited to 'multimedia/miro/miro-gdb-fix.patch')
-rw-r--r-- | multimedia/miro/miro-gdb-fix.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/multimedia/miro/miro-gdb-fix.patch b/multimedia/miro/miro-gdb-fix.patch deleted file mode 100644 index c14e384109..0000000000 --- a/multimedia/miro/miro-gdb-fix.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -Naur miro-4.0.4.orig/linux/miro miro-4.0.4/linux/miro ---- miro-4.0.4.orig/linux/miro 2011-12-22 14:45:47.000000000 +0000 -+++ miro-4.0.4/linux/miro 2011-12-28 21:26:20.298219802 +0000 -@@ -42,7 +42,7 @@ - then - MIROREAL=./miro.real - else -- MIROREAL=`which gdb` -+ MIROREAL=`which miro.real` - fi - - echo "using ${MIROREAL}" -@@ -60,7 +60,7 @@ - fi - - $GDB -ex 'set breakpoint pending on' \ -- -ex 'run' --args $PYTHON ./miro.real --sync "$@" -+ -ex 'run' --args $PYTHON $MIROREAL --sync "$@" - else - miro.real "$@" - fi |