2011-01-10 13:36 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* src/3rd/png/Makefile
    + Added special hack for pocc family of compilers to make
      it build png 1.5.x. This should be fixed in png code.
This commit is contained in:
Viktor Szakats
2011-01-10 12:36:41 +00:00
parent 74d4f9eec6
commit bf553da79a
2 changed files with 8 additions and 0 deletions

View File

@@ -16,6 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-01-10 13:36 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/3rd/png/Makefile
+ Added special hack for pocc family of compilers to make
it build png 1.5.x. This should be fixed in png code.
2011-01-10 12:02 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/3rd/png/Makefile
- Do not set PNG_NO_SETJMP anymore.

View File

@@ -50,6 +50,9 @@ ifeq ($(filter $(HB_COMPILER),poccarm xcc),)
ifneq ($(filter $(HB_COMPILER),djgpp dmc),)
HB_CFLAGS += -DPNG_NO_SNPRINTF
endif
ifneq ($(filter $(HB_COMPILER),pocc pocc64 poccarm),)
HB_CFLAGS += -DPNG_ALLOCATED
endif
include $(TOP)$(ROOT)config/lib.mk
else