You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/miro/files/miro-2.5.3-fix-debug.patch

13 lines
472 B

This patch comes from Debian
--- platform/gtk-x11/setup.py.orig 2009-02-28 17:29:13.000000000 +0100
+++ platform/gtk-x11/setup.py 2009-02-28 17:29:26.000000000 +0100
@@ -330,7 +330,7 @@
exit;
fi
- %(runtimelib)s$GDB -ex 'set breakpoint pending on' -ex 'run' --args $PYTHON ./miro.real --sync "$@"
+ %(runtimelib)s$GDB -ex 'set breakpoint pending on' -ex 'run' --args $PYTHON /usr/bin/miro.real --sync "$@"
else
%(runtimelib)smiro.real "$@"
fi