diff options
author | Andrey Grozin <grozin@gentoo.org> | 2015-02-24 10:00:35 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2015-02-24 10:00:35 +0000 |
commit | 1df62cd4f0c3eb85eea0d4cd3383b720d084a458 (patch) | |
tree | 4bbd9481aa7007ec2d9b0db3653807ac996242c4 /dev-lisp | |
parent | Version bump (diff) | |
download | gentoo-2-1df62cd4f0c3eb85eea0d4cd3383b720d084a458.tar.gz gentoo-2-1df62cd4f0c3eb85eea0d4cd3383b720d084a458.tar.bz2 gentoo-2-1df62cd4f0c3eb85eea0d4cd3383b720d084a458.zip |
Adding the forgotten patch (#541210)
(Portage version: 2.2.17/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/ecls/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/ecls/files/15.2.21-headers-gentoo.patch | 13 |
2 files changed, 18 insertions, 1 deletions
diff --git a/dev-lisp/ecls/ChangeLog b/dev-lisp/ecls/ChangeLog index 05ae3cb6ab04..7f970831a8de 100644 --- a/dev-lisp/ecls/ChangeLog +++ b/dev-lisp/ecls/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/ecls # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ChangeLog,v 1.52 2015/02/23 22:46:07 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ChangeLog,v 1.53 2015/02/24 10:00:35 grozin Exp $ + + 24 Feb 2015; Andrey Grozin <grozin@gentoo.org> + +files/15.2.21-headers-gentoo.patch: + Adding the forgotten patch (#541210) *ecls-15.2.21 (23 Feb 2015) 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 + |