summaryrefslogtreecommitdiff
path: root/dev-lisp/ecl/files/ecl-16.1.3-headers-gentoo.patch
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-09-13 20:52:09 +0200
committerUlrich Müller <ulm@gentoo.org>2023-09-14 17:10:23 +0200
commitbab95f54c95b1279f45017dabee3f61a025d489e (patch)
treeec1da69f1335723510b1a455145edcbb80bee2fe /dev-lisp/ecl/files/ecl-16.1.3-headers-gentoo.patch
parente470d198cc9fe863a54e392fb7e8bf963b5be5e9 (diff)
downloadgentoo-bab95f54c95b1279f45017dabee3f61a025d489e.tar.gz
gentoo-bab95f54c95b1279f45017dabee3f61a025d489e.tar.bz2
gentoo-bab95f54c95b1279f45017dabee3f61a025d489e.zip
Package move dev-lisp/ecls to dev-lisp/ecl
Closes: https://bugs.gentoo.org/586230 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-lisp/ecl/files/ecl-16.1.3-headers-gentoo.patch')
-rw-r--r--dev-lisp/ecl/files/ecl-16.1.3-headers-gentoo.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-lisp/ecl/files/ecl-16.1.3-headers-gentoo.patch b/dev-lisp/ecl/files/ecl-16.1.3-headers-gentoo.patch
new file mode 100644
index 000000000000..10802aa48803
--- /dev/null
+++ b/dev-lisp/ecl/files/ecl-16.1.3-headers-gentoo.patch
@@ -0,0 +1,15 @@
+diff -r -U2 ecl-16.1.3.orig/src/h/object.h ecl-16.1.3/src/h/object.h
+--- ecl-16.1.3.orig/src/h/object.h 2016-12-19 17:25:00.000000000 +0700
++++ ecl-16.1.3/src/h/object.h 2016-12-19 19:22:21.147557750 +0700
+@@ -26,6 +26,11 @@
+ */
+
++#ifndef TRUE
+ #define TRUE 1 /* boolean true value */
++#endif
++
++#ifndef FALSE
+ #define FALSE 0 /* boolean false value */
++#endif
+
+ #if !defined(__cplusplus) && !defined(bool)