From d613f825636f12dfe875c743a95a52cc4ef0fcd5 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 31 Oct 2003 02:17:49 +0000 Subject: fix build on -stable --- devel/gaul/files/patch-gaul_util.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/gaul/files/patch-gaul_util.h (limited to 'devel/gaul') diff --git a/devel/gaul/files/patch-gaul_util.h b/devel/gaul/files/patch-gaul_util.h new file mode 100644 index 000000000000..514ba91e9d5f --- /dev/null +++ b/devel/gaul/files/patch-gaul_util.h @@ -0,0 +1,11 @@ +--- util/gaul/gaul_util.h.orig Fri Oct 31 10:06:41 2003 ++++ util/gaul/gaul_util.h Fri Oct 31 10:06:52 2003 +@@ -103,7 +103,7 @@ + /* + * Define boolean type sensibly. + */ +-#if HAVE_STDBOOL_H != 1 ++#if HAVE_STDBOOL_H == 1 + # include + #else + -- cgit v1.2.3