diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-31 02:17:49 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-31 02:17:49 +0000 |
commit | d613f825636f12dfe875c743a95a52cc4ef0fcd5 (patch) | |
tree | 6c3cc58eff04a8f0f252c0c28775d772e11e743c /devel/gaul | |
parent | 3fc72e85fa68bb7af842d8650e66b32bbac38d63 (diff) | |
download | ports-d613f825636f12dfe875c743a95a52cc4ef0fcd5.tar.gz ports-d613f825636f12dfe875c743a95a52cc4ef0fcd5.zip |
Notes
Diffstat (limited to 'devel/gaul')
-rw-r--r-- | devel/gaul/files/patch-gaul_util.h | 11 |
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 + |