diff options
author | tron <tron> | 2010-01-30 13:31:59 +0000 |
---|---|---|
committer | tron <tron> | 2010-01-30 13:31:59 +0000 |
commit | 38fd24c25c6307d9c9ae710a4fd8c7ab3d5db295 (patch) | |
tree | dde475bca5b5aecc7e71dfdd8d094491cf93ef9c /net/bittorrent/patches | |
parent | 721d9a4edd0bd73dc37b1bc82d0fbe925358b1e0 (diff) | |
download | pkgsrc-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-ae | 11 |
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 |