| Index: ports/python-host/nacl.patch
|
| diff --git a/ports/python_modules/python-host/nacl.patch b/ports/python-host/nacl.patch
|
| similarity index 99%
|
| rename from ports/python_modules/python-host/nacl.patch
|
| rename to ports/python-host/nacl.patch
|
| index 81f514e08064485824ce1314cc88119c2b5f28e4..0007c1975f897b0c31ebee3037a6e1643ae4925c 100644
|
| --- a/ports/python_modules/python-host/nacl.patch
|
| +++ b/ports/python-host/nacl.patch
|
| @@ -459,8 +459,8 @@ index 2e32be2..2140ece 100755
|
| - done
|
| + case "$host" in
|
| + *-*-nacl*)
|
| -+ interp=$(cd ../build-nacl-host && pwd)/python.exe
|
| -+ if [ ! -f $interp ]; then interp=$(cd ../build-nacl-host && pwd)/python; fi
|
| ++ interp=$(cd ../build_host && pwd)/python.exe
|
| ++ if [ ! -f $interp ]; then interp=$(cd ../build_host && pwd)/python; fi
|
| + ;;
|
| + *)
|
| + for interp in python$PACKAGE_VERSION python2 python; do
|
| @@ -552,7 +552,7 @@ index ee7e5fc..eacd03d 100644
|
| - done
|
| + case "$host" in
|
| + *-*-nacl*)
|
| -+ interp=$(cd ../build-nacl-host && pwd)/python
|
| ++ interp=$(cd ../build_host && pwd)/python
|
| + ;;
|
| + *)
|
| + for interp in python$PACKAGE_VERSION python2 python; do
|
|
|