mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Fix build on -STABLE.
Reported by: Mike Harding <mvh@ix.netcom.com>
This commit is contained in:
parent
a3e8bb5212
commit
589caf4456
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86393
12
databases/libgda2/files/patch-libsql_lexer.c
Normal file
12
databases/libgda2/files/patch-libsql_lexer.c
Normal file
@ -0,0 +1,12 @@
|
||||
--- libsql/lexer.c.orig Wed Aug 6 12:23:40 2003
|
||||
+++ libsql/lexer.c Wed Aug 6 12:36:24 2003
|
||||
@@ -21,7 +21,9 @@
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
+#ifdef HAVE_STDINT_H
|
||||
#include <stdint.h> /* May break IA64 test-noansi-r */
|
||||
+#endif
|
||||
|
||||
/* end standard C headers. */
|
||||
|
12
databases/libgda3/files/patch-libsql_lexer.c
Normal file
12
databases/libgda3/files/patch-libsql_lexer.c
Normal file
@ -0,0 +1,12 @@
|
||||
--- libsql/lexer.c.orig Wed Aug 6 12:23:40 2003
|
||||
+++ libsql/lexer.c Wed Aug 6 12:36:24 2003
|
||||
@@ -21,7 +21,9 @@
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
+#ifdef HAVE_STDINT_H
|
||||
#include <stdint.h> /* May break IA64 test-noansi-r */
|
||||
+#endif
|
||||
|
||||
/* end standard C headers. */
|
||||
|
Loading…
Reference in New Issue
Block a user