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)
This commit is contained in:
Viktor Szakats
2010-03-05 22:18:56 +00:00
parent 8a8ae50ff3
commit 082671ac6f
2 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -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)