changeset 298:4c00b579d7ac

Build system define fixes.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 09 Jan 2020 18:31:02 +0200
parents 96ff762c54da
children b3d867a0b92c
files Makefile Makefile.w32 Makefile.w64
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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=./
--- 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
 
--- 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