summaryrefslogtreecommitdiff
path: root/net/bittorrent/patches
diff options
context:
space:
mode:
authortron <tron>2010-01-30 13:31:59 +0000
committertron <tron>2010-01-30 13:31:59 +0000
commit38fd24c25c6307d9c9ae710a4fd8c7ab3d5db295 (patch)
treedde475bca5b5aecc7e71dfdd8d094491cf93ef9c /net/bittorrent/patches
parent721d9a4edd0bd73dc37b1bc82d0fbe925358b1e0 (diff)
downloadpkgsrc-38fd24c25c6307d9c9ae710a4fd8c7ab3d5db295.tar.gz
Fix name of Python interpreter in a script which is run during the build.
The locale files are now always installed and not only if a Python interpreter named "python" is available for whatever reasons. This fixes PR pkg/42691 by Olaf 'Rhialto' Seibert.
Diffstat (limited to 'net/bittorrent/patches')
-rw-r--r--net/bittorrent/patches/patch-ae11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/bittorrent/patches/patch-ae b/net/bittorrent/patches/patch-ae
new file mode 100644
index 00000000000..acae98b0ed0
--- /dev/null
+++ b/net/bittorrent/patches/patch-ae
@@ -0,0 +1,11 @@
+$NetBSD: patch-ae,v 1.3 2010/01/30 13:31:59 tron Exp $
+
+--- makei18n.sh.orig 2006-01-31 20:16:51.000000000 +0000
++++ makei18n.sh 2010-01-30 13:24:20.000000000 +0000
+@@ -1,5 +1,5 @@
+ APP_NAME="bittorrent"
+-LANGUAGES=`python language_codes.py -a`
++LANGUAGES=`$PYTHON language_codes.py -a`
+ MESSAGES_PO="messages.pot"
+
+ rm -f $APP_NAME.lis