mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix build error caused by xforms upgrade.
This commit is contained in:
parent
b32c2f2d5c
commit
a9f1cdfbfd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30993
1 changed files with 14 additions and 0 deletions
14
databases/xmysql/files/patch-ad
Normal file
14
databases/xmysql/files/patch-ad
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
--- Xmysql.h.orig Wed Feb 11 01:47:52 1998
|
||||||
|
+++ Xmysql.h Mon Jul 24 12:53:30 2000
|
||||||
|
@@ -201,4 +201,11 @@
|
||||||
|
|
||||||
|
extern FD_Xmysql_add_record * create_form_Xmysql_add_record(void);
|
||||||
|
|
||||||
|
+#ifndef TRUE
|
||||||
|
+#define TRUE 1
|
||||||
|
+#endif
|
||||||
|
+#ifndef FALSE
|
||||||
|
+#define FALSE 0
|
||||||
|
+#endif
|
||||||
|
+
|
||||||
|
#endif /* FD_Xmysql_main_h_ */
|
Loading…
Add table
Reference in a new issue