diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 0292157023..4d1cbe647a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-02-18 19:58 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * external/jpeg/Makefile + ! Added jpeg option to make it build with poccarm. + 2010-02-18 18:57 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/vm/cmdarg.c ! Fixed formatting. diff --git a/harbour/external/jpeg/Makefile b/harbour/external/jpeg/Makefile index e1dfe2a093..3804d88ee5 100644 --- a/harbour/external/jpeg/Makefile +++ b/harbour/external/jpeg/Makefile @@ -90,6 +90,10 @@ ifeq ($(filter $(HB_COMPILER),<>),) ifneq ($(HB_HAS_JPEG_LOCAL),) HB_CFLAGS += -DHAVE_STDLIB_H + ifeq ($(HB_COMPILER),poccarm) + HB_CFLAGS += -DNO_GETENV + endif + include $(TOP)$(ROOT)config/lib.mk else HB_SKIP_REASON := unused