aboutsummaryrefslogtreecommitdiff
path: root/misc/mc
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2009-02-05 07:19:16 +0000
committerMax Khon <fjoe@FreeBSD.org>2009-02-05 07:19:16 +0000
commit1f611aeab565a037bf2e8bfa82e3dcda8329438d (patch)
tree782bab674f5feac4d490aeba48476ba4e6ded826 /misc/mc
parent234f71359c5eb83b79ead7fcb8ba33d45cc65438 (diff)
Notes
Diffstat (limited to 'misc/mc')
-rw-r--r--misc/mc/files/patch-mhl-types.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/mc/files/patch-mhl-types.h b/misc/mc/files/patch-mhl-types.h
new file mode 100644
index 000000000000..31312d83ca58
--- /dev/null
+++ b/misc/mc/files/patch-mhl-types.h
@@ -0,0 +1,15 @@
+--- mhl/types.h.orig 2009-02-05 12:59:45.000000000 +0600
++++ mhl/types.h 2009-02-05 13:00:12.000000000 +0600
+@@ -7,10 +7,12 @@
+ #ifndef __MHL_TYPES_H
+ #define __MHL_TYPES_H
+
++#ifndef __bool_true_false_are_defined
+ typedef enum
+ {
+ false = 0,
+ true = 1
+ } bool;
++#endif
+
+ #endif