freebsd-ports/multimedia/banshee/files/patch-src_Clients_Booter_banshee.linux.in
Romain Tartière 899591d3b2 Looks like recent banshee does not freeze randomly, so:
- Update to 2.6.0;
  - Remove IGNORE \o/.
2012-10-06 22:04:05 +00:00

14 lines
452 B
Text

$FreeBSD$
--- src/Clients/Booter/banshee.linux.in.orig
+++ src/Clients/Booter/banshee.linux.in
@@ -54,7 +54,7 @@
fi
# Finally - environment is set up, time to run our beloved
-exec_args="-a $BANSHEE_EXEC_NAME mono $MONO_OPTIONS $MONO_EXE $BANSHEE_DEBUG $BANSHEE_CLIENT"
+exec_args="-a $BANSHEE_EXEC_NAME mono --runtime=v4.0 $MONO_OPTIONS $MONO_EXE $BANSHEE_DEBUG $BANSHEE_CLIENT"
if [ -z "$BANSHEE_REDIRECT_LOG" ]; then
exec $exec_args "$@"