[devel] Removed the -D_ALL_SOURCE from definitions for AIX in CMakeLists.txt

This commit is contained in:
Glenn Randers-Pehrson 2011-05-05 22:13:18 -05:00
parent 00015a81dd
commit 6ee0edf880
3 changed files with 2 additions and 4 deletions

View File

@ -98,6 +98,7 @@ Version 1.5.3beta05 [May 6, 2011]
libpng would ignore an error at the end of the stream. libpng would ignore an error at the end of the stream.
Version 1.5.3beta06 [May 6, 2011] Version 1.5.3beta06 [May 6, 2011]
Removed the -D_ALL_SOURCE from definitions for AIX in CMakeLists.txt
Send comments/corrections/commendations to png-mng-implement at lists.sf.net: Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
(subscription required; visit (subscription required; visit

View File

@ -3357,6 +3357,7 @@ Version 1.5.3beta05 [May 6, 2011]
libpng would ignore an error at the end of the stream. libpng would ignore an error at the end of the stream.
Version 1.5.3beta06 [May 6, 2011] Version 1.5.3beta06 [May 6, 2011]
Removed the -D_ALL_SOURCE from definitions for AIX in CMakeLists.txt
Send comments/corrections/commendations to png-mng-implement at lists.sf.net Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit (subscription required; visit

View File

@ -147,10 +147,6 @@ set(pngtest_sources
add_definitions(-DPNG_CONFIGURE_LIBPNG) add_definitions(-DPNG_CONFIGURE_LIBPNG)
if(_AIX)
add_definitions(-D_ALL_SOURCE)
endif(_AIX)
if(MSVC) if(MSVC)
add_definitions(-DPNG_NO_MODULEDEF -D_CRT_SECURE_NO_DEPRECATE) add_definitions(-DPNG_NO_MODULEDEF -D_CRT_SECURE_NO_DEPRECATE)
endif(MSVC) endif(MSVC)