View | Details | Raw Unified | Return to bug 201425 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 201425