summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-31 02:17:49 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-31 02:17:49 +0000
commitd613f825636f12dfe875c743a95a52cc4ef0fcd5 (patch)
tree6c3cc58eff04a8f0f252c0c28775d772e11e743c /devel
parentFix the MASTER_SITE (diff)
fix build on -stable
Notes
Notes: svn path=/head/; revision=92671
Diffstat (limited to 'devel')
-rw-r--r--devel/gaul/files/patch-gaul_util.h11
1 files changed, 11 insertions, 0 deletions
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 <stdbool.h>
+ #else
+