From 08df9e8533cec54ffa29ee50c5fd63bf1bc9b95d Mon Sep 17 00:00:00 2001 From: leper Date: Thu, 19 Nov 2015 23:47:41 +0000 Subject: [PATCH] Update built on OS X to 1.6.19. This was SVN commit r17291. --- build/premake/extern_libs4.lua | 2 +- libraries/osx/build-osx-libs.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/premake/extern_libs4.lua b/build/premake/extern_libs4.lua index 7cc625a033..91f25ee499 100644 --- a/build/premake/extern_libs4.lua +++ b/build/premake/extern_libs4.lua @@ -456,7 +456,7 @@ extern_lib_defs = { unix_names = { "png" }, -- Otherwise ld will sometimes pull in ancient 1.2 from the SDK, which breaks the build :/ -- TODO: Figure out why that happens - osx_names = { "png15" }, + osx_names = { "png16" }, }) end, }, diff --git a/libraries/osx/build-osx-libs.sh b/libraries/osx/build-osx-libs.sh index b7bc2a4584..80b62bbd85 100755 --- a/libraries/osx/build-osx-libs.sh +++ b/libraries/osx/build-osx-libs.sh @@ -32,7 +32,7 @@ JPEG_VERSION="jpegsrc.v8d" JPEG_DIR="jpeg-8d" # Must match directory name inside source tarball # * libpng was included as part of X11 but that's removed from Mountain Lion # (also the Snow Leopard version was ancient 1.2) -PNG_VERSION="libpng-1.5.13" +PNG_VERSION="libpng-1.6.19" OGG_VERSION="libogg-1.3.0" VORBIS_VERSION="libvorbis-1.3.3" # gloox is necessary for multiplayer lobby