From bb5b765028811e7f9ddbce97033f158fface8090 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sun, 24 Nov 2013 08:26:49 +0000 Subject: Update MiNT toolchain to use latest MiNTlib This fixes an bug in the file fetcher of netsurf, which was introduced since the file fetcher uses scandir. There was an recent fix for dirent struct inside mintlib which solves the problem. --- m68k-atari-mint/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm68k-atari-mint') diff --git a/m68k-atari-mint/Makefile b/m68k-atari-mint/Makefile index 2f5dc25..58b5bcd 100644 --- a/m68k-atari-mint/Makefile +++ b/m68k-atari-mint/Makefile @@ -27,7 +27,7 @@ UPSTREAM_MINTBIN_VERSION := CVS-20110527 UPSTREAM_MINTBIN_TARBALL := mintbin-$(UPSTREAM_MINTBIN_VERSION).tar.gz UPSTREAM_MINTBIN_URI := http://vincent.riviere.free.fr/soft/m68k-atari-mint/archives/$(UPSTREAM_MINTBIN_TARBALL) -UPSTREAM_MINTLIB_VERSION := CVS-20120503 +UPSTREAM_MINTLIB_VERSION := CVS-20131103 UPSTREAM_MINTLIB_TARBALL := mintlib-$(UPSTREAM_MINTLIB_VERSION).tar.gz UPSTREAM_MINTLIB_URI := http://vincent.riviere.free.fr/soft/m68k-atari-mint/archives/$(UPSTREAM_MINTLIB_TARBALL) -- cgit v1.2.3