Index: graphics/png/files/patch-CMakeLists.txt =================================================================== --- graphics/png/files/patch-CMakeLists.txt (revision 390324) +++ graphics/png/files/patch-CMakeLists.txt (working copy) @@ -1,5 +1,5 @@ ---- CMakeLists.txt.orig 2015-03-26 13:06:23 UTC -+++ CMakeLists.txt +--- CMakeLists.txt.orig 2015-03-26 13:06:23.000000000 +0000 ++++ CMakeLists.txt 2015-07-08 15:57:11.630374000 +0000 @@ -50,9 +50,6 @@ option(PNGARG "Disable ANSI-C pro # SET LIBNAME set(PNG_LIB_NAME png${PNGLIB_MAJOR}${PNGLIB_MINOR}) @@ -10,3 +10,12 @@ # Use the prebuilt pnglibconf.h file from the scripts folder # TODO: fix this by building with awk; without this no cmake build can be # configured directly (to do so indirectly use your local awk to build a +@@ -88,6 +85,8 @@ set(libpng_sources + pngwrite.c + pngwtran.c + pngwutil.c ++ arm/arm_init.c ++ arm/filter_neon_intrinsics.c + ) + set(pngtest_sources + pngtest.c