# HG changeset patch # User Matti Hamalainen # Date 1578587462 -7200 # Node ID 4c00b579d7ac4a0472af08b32a729e9c6881d6d5 # Parent 96ff762c54da63f4fef8b4abe988423b1a6c87ce Build system define fixes. diff -r 96ff762c54da -r 4c00b579d7ac Makefile --- a/Makefile Thu Jan 09 14:50:12 2020 +0200 +++ b/Makefile Thu Jan 09 18:31:02 2020 +0200 @@ -14,9 +14,9 @@ CFLAGS += -DHAVE_ICONV CFLAGS += -DHAVE_STRING_H -CFLAGS += -DHAVE_STDINT_H +CFLAGS += -DHAVE_INTTYPES_H +#CFLAGS += -DHAVE_STDINT_H #CFLAGS += -DHAVE_SYS_TYPES_H -CFLAGS += -DHAVE_INTTYPES_H # Miscellaneous BINPATH=./ diff -r 96ff762c54da -r 4c00b579d7ac Makefile.w32 --- a/Makefile.w32 Thu Jan 09 14:50:12 2020 +0200 +++ b/Makefile.w32 Thu Jan 09 18:31:02 2020 +0200 @@ -9,7 +9,7 @@ -DTH_BYTEORDER=TH_LITTLE_ENDIAN \ -D_NO_BOOL_TYPEDEF \ -DHAVE_STRING_H \ - -DHAVE_STDINT_H + -DHAVE_INTTYPES_H LDFLAGS += -s diff -r 96ff762c54da -r 4c00b579d7ac Makefile.w64 --- a/Makefile.w64 Thu Jan 09 14:50:12 2020 +0200 +++ b/Makefile.w64 Thu Jan 09 18:31:02 2020 +0200 @@ -9,7 +9,7 @@ -DTH_BYTEORDER=TH_LITTLE_ENDIAN \ -D_NO_BOOL_TYPEDEF \ -DHAVE_STRING_H \ - -DHAVE_STDINT_H + -DHAVE_INTTYPES_H LDFLAGS += -s