Sponge fixes and additions patch:
* 3 New jbigi build scripts and old ones fixed to work properly. * Some trivial BOB work.
This commit is contained in:
@ -12,7 +12,7 @@ FreeBSD*)
|
||||
exit;;
|
||||
esac
|
||||
|
||||
VER=4.2.2
|
||||
VER=4.2.4
|
||||
echo "Extracting GMP Version $VER ..."
|
||||
tar -xjf gmp-$VER.tar.bz2
|
||||
echo "Building..."
|
||||
@ -21,7 +21,8 @@ mkdir lib
|
||||
mkdir lib/net
|
||||
mkdir lib/net/i2p
|
||||
mkdir lib/net/i2p/util
|
||||
for x in none pentium pentiummmx pentium2 pentium3 pentium4 k6 k62 k63 athlon
|
||||
|
||||
for x in none pentium pentiummmx pentium2 pentium3 pentium4 k6 k62 k63 athlon geode pentiumm core2
|
||||
do
|
||||
mkdir bin/$x
|
||||
cd bin/$x
|
||||
|
Reference in New Issue
Block a user