Import of pkgsrc-2015Q2

This commit is contained in:
2015-08-30 02:56:09 -07:00
committed by Lionel Sambuc
parent 4af1cdf7a9
commit f641581404
15409 changed files with 267784 additions and 121624 deletions

View File

@@ -0,0 +1,11 @@
--- mdtool.in.orig 2015-05-23 19:15:17.000000000 +0300
+++ mdtool.in 2015-05-23 19:15:30.000000000 +0300
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
#this script should be in $PREFIX/bin
-MONO_EXEC="exec -a mdtool mono-sgen"
+MONO_EXEC="exec -a mdtool mono"
EXE_PATH="${0%%/bin/mdtool}/lib/monodevelop/bin/mdtool.exe"
$MONO_EXEC $MONO_OPTIONS "$EXE_PATH" "$@"