diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-25 20:52:16 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-25 20:52:16 +0000 |
commit | c8213a0a52ca97601851895b000dbe7deb246ae3 (patch) | |
tree | a0afc6a56b4e1b04c7cf363e23c563a497549bf5 /games | |
parent | 5d7c9eb1b04546b809104682672056d98c62a6f3 (diff) | |
download | FreeBSD-ports-c8213a0a52ca97601851895b000dbe7deb246ae3.zip FreeBSD-ports-c8213a0a52ca97601851895b000dbe7deb246ae3.tar.gz |
- Update graphics/png to 1.6.16
- Patch oolite to build with this new version
A portrevision bump will follow soon
Differential Revision: https://reviews.freebsd.org/D1360
Submitted by: bapt
Exp-run: self
Diffstat (limited to 'games')
-rw-r--r-- | games/oolite/files/patch-src_Core_Materials_OOPNGTextureLoader.m | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/oolite/files/patch-src_Core_Materials_OOPNGTextureLoader.m b/games/oolite/files/patch-src_Core_Materials_OOPNGTextureLoader.m new file mode 100644 index 0000000..8748d58 --- /dev/null +++ b/games/oolite/files/patch-src_Core_Materials_OOPNGTextureLoader.m @@ -0,0 +1,12 @@ +--- src/Core/Materials/OOPNGTextureLoader.m.orig 2014-06-30 08:50:36 UTC ++++ src/Core/Materials/OOPNGTextureLoader.m +@@ -31,9 +31,6 @@ SOFTWARE. + #import "OOCPUInfo.h" + #import "NSDataOOExtensions.h" + +-void png_error(png_structp, png_const_charp) NO_RETURN_FUNC; +- +- + static void PNGError(png_structp png, png_const_charp message); + static void PNGWarning(png_structp png, png_const_charp message); + static void PNGRead(png_structp png, png_bytep bytes, png_size_t size); |