From: Michael Mair-Keimberger Date: Sat, 14 Apr 2018 16:03:00 +0000 (+0200) Subject: dev-lisp/ecls: remove unused patch X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2df3f65b494362a196cd6b873e30a3c850f3f4e0;p=gentoo.git dev-lisp/ecls: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/7993 --- diff --git a/dev-lisp/ecls/files/16.0.0-headers-gentoo.patch b/dev-lisp/ecls/files/16.0.0-headers-gentoo.patch deleted file mode 100644 index 1c08bc57b737..000000000000 --- a/dev-lisp/ecls/files/16.0.0-headers-gentoo.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -r -U1 ecl-16.0.0.orig/src/h/object.h ecl-16.0.0/src/h/object.h ---- ecl-16.0.0.orig/src/h/object.h 2015-08-24 12:41:27.000000000 +0600 -+++ ecl-16.0.0/src/h/object.h 2015-08-29 12:04:58.249594669 +0600 -@@ -25,4 +25,9 @@ - -+#ifndef TRUE - #define TRUE 1 /* boolean true value */ -+#endif -+ -+#ifndef FALSE - #define FALSE 0 /* boolean false value */ -+#endif -