diff options
Diffstat (limited to 'dev-lisp/ecls/files/15.2.21-headers-gentoo.patch')
-rw-r--r-- | dev-lisp/ecls/files/15.2.21-headers-gentoo.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-lisp/ecls/files/15.2.21-headers-gentoo.patch b/dev-lisp/ecls/files/15.2.21-headers-gentoo.patch new file mode 100644 index 000000000000..958b948bac41 --- /dev/null +++ b/dev-lisp/ecls/files/15.2.21-headers-gentoo.patch @@ -0,0 +1,13 @@ +diff -r -U1 ecl-13.5.1.orig/src/h/object.h ecl-13.5.1/src/h/object.h +--- ecl-13.5.1.orig/src/h/object.h 2013-05-28 03:37:36.000000000 +0700 ++++ ecl-13.5.1/src/h/object.h 2013-05-29 19:23:34.000000000 +0700 +@@ -25,4 +25,9 @@ + ++#ifndef TRUE + #define TRUE 1 /* boolean true value */ ++#endif ++ ++#ifndef FALSE + #define FALSE 0 /* boolean false value */ ++#endif + |