From 7d27c68ba264fb11c33a08a3a1c096a2630e6f0a Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 18 Feb 2010 18:59:04 +0000 Subject: [PATCH] 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. --- harbour/ChangeLog | 4 ++++ harbour/external/jpeg/Makefile | 4 ++++ 2 files changed, 8 insertions(+) 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