Use libnix from my github fork.

This commit is contained in:
Krystian Bacławski
2014-04-14 21:32:31 +02:00
parent e2dff1df7a
commit 3008be82cd
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -34,8 +34,8 @@ download "ftp://ftp.gnu.org/gnu/binutils/binutils-2.9.1.tar.gz"
download "ftp://ftp.gnu.org/gnu/binutils/binutils-2.14.tar.gz"
download \
"http://sourceforge.net/projects/libnix/files/latest/download" \
"libnix-2.1.tar.gz"
"http://github.com/cahirwpz/libnix/archive/master.zip" \
"libnix-2.2.zip"
download "http://www.haage-partner.de/download/AmigaOS/NDK39.lha"
download_and_extract \
"http://aminet.net/dev/gcc/sfdc.lha" \
+2 -2
View File
@@ -42,9 +42,9 @@ readonly IXEMUL_SRC="${IXEMUL}.lha"
readonly LIBM="libm-5.4"
readonly LIBM_SRC="${LIBM}.tar.gz"
readonly LIBNIX="libnix-2.2"
readonly LIBNIX_SRC="${LIBNIX}.zip"
readonly LIBNIX="libnix-2.1"
readonly LIBNIX_SRC="${LIBNIX}.tar.gz"
# Needed by GCC 2.95.3 and 3.4.6
readonly BISON="bison-1.35"
+1 -1
View File
@@ -135,7 +135,7 @@ function unpack_sources {
popd
unpack_clean "${LIBNIX}" "${LIBNIX_SRC}"
mv "libnix" "${LIBNIX}"
mv "libnix-master" "${LIBNIX}"
chmod a+x "${LIBNIX}/mkinstalldirs"
unpack_clean "${LIBM}" "${LIBM_SRC}"