1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/games/xmastermind/files/patch-ab
2002-07-01 06:32:22 +00:00

14 lines
302 B
Plaintext

--- configure.h.orig Mon Jul 1 02:27:59 2002
+++ configure.h Mon Jul 1 02:27:19 2002
@@ -4,8 +4,10 @@
#define VERSION 0.1
/* some stuff */
+#ifndef TRUE
#define TRUE 1
#define FALSE 0
+#endif
#define BOOLEAN int
/* Don't change this, because it will not work right with the GUI. Sorry! */