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:
@@ -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
|
||||
|
||||
2
harbour/external/pcre/Makefile
vendored
2
harbour/external/pcre/Makefile
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user