summaryrefslogtreecommitdiff
path: root/editors/texworks/patches/patch-getDefaultBinPaths.sh
diff options
context:
space:
mode:
Diffstat (limited to 'editors/texworks/patches/patch-getDefaultBinPaths.sh')
-rw-r--r--editors/texworks/patches/patch-getDefaultBinPaths.sh21
1 files changed, 21 insertions, 0 deletions
diff --git a/editors/texworks/patches/patch-getDefaultBinPaths.sh b/editors/texworks/patches/patch-getDefaultBinPaths.sh
new file mode 100644
index 00000000000..92fd36be37c
--- /dev/null
+++ b/editors/texworks/patches/patch-getDefaultBinPaths.sh
@@ -0,0 +1,21 @@
+$NetBSD: patch-getDefaultBinPaths.sh,v 1.1.1.1 2012/03/21 22:44:20 markd Exp $
+
+--- getDefaultBinPaths.sh.orig 2011-06-29 17:03:14.000000000 +0000
++++ getDefaultBinPaths.sh
+@@ -68,11 +68,11 @@ case $PLATFORM in
+ *) OS=`echo $PLATFORM | sed 's/.*-//'`
+ esac
+
+-appendPath "/usr/local/texlive/2011/bin/$ARCH-$OS"
+-appendPath "/usr/local/texlive/2010/bin/$ARCH-$OS"
+-appendPath "/usr/local/texlive/2009/bin/$ARCH-$OS"
+-appendPath "/usr/local/texlive/2008/bin/$ARCH-$OS"
+-appendPath "/usr/local/texlive/2007/bin/$ARCH-$OS"
++#appendPath "/usr/local/texlive/2011/bin/$ARCH-$OS"
++#appendPath "/usr/local/texlive/2010/bin/$ARCH-$OS"
++#appendPath "/usr/local/texlive/2009/bin/$ARCH-$OS"
++#appendPath "/usr/local/texlive/2008/bin/$ARCH-$OS"
++#appendPath "/usr/local/texlive/2007/bin/$ARCH-$OS"
+
+ for TEXLIVEROOT in /usr/local/texlive/* /opt/texlive/*; do
+ # Check if this is really a folder (e.g., /opt/... might not exist)