diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 075ccda477..7c1123aa0b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,12 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-03-05 23:18 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * external/pcre/Makefile + - Disabled stdint.h for all targets to make some Harbour + supported legacy compilers happy which don't support it + (f.e. bcc 5.5) + 2010-03-05 21:18 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * external/Makefile + Added bzip2. @@ -127,7 +133,7 @@ * external/pcre/LICENCE * external/pcre/pcreprni.h * external/pcre/pcrestud.c - + Updated to 8.0.1 (from 8.0.0) + + Updated to 8.01 (from 8.00) * external/libpng/pngrio.c * external/libpng/pngconf.h diff --git a/harbour/external/pcre/Makefile b/harbour/external/pcre/Makefile index f6b0b77ddc..e67b311025 100644 --- a/harbour/external/pcre/Makefile +++ b/harbour/external/pcre/Makefile @@ -35,7 +35,7 @@ LIBNAME := hbpcre ifneq ($(HB_HAS_PCRE_LOCAL),) - HB_CFLAGS += -DPCRE_STATIC + HB_CFLAGS += -DPCRE_STATIC -DHAVE_STDINT_H=0 # workaround for problems in sunpro x86 PIC builds exploited by hbpcre library code ifeq ($(HB_COMPILER),sunpro)