diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2022-12-16 00:47:21 -0500 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2022-12-16 00:47:21 -0500 |
commit | 93a3596e451d5446fd924dd66fe5f71b441d0145 (patch) | |
tree | b3cc9c26b1351a1baa4b0d9d237024ffa7089b4a /dev-lisp/ecls/files/README.gentoo | |
parent | eb48971d6067ac9a4757d0362f7284323a6c8b23 (diff) | |
download | ebuilds-93a3596e451d5446fd924dd66fe5f71b441d0145.tar.gz |
dev-lisp/ecls: packaged a snapshot recent enough to build SBCL!
Diffstat (limited to 'dev-lisp/ecls/files/README.gentoo')
-rw-r--r-- | dev-lisp/ecls/files/README.gentoo | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-lisp/ecls/files/README.gentoo b/dev-lisp/ecls/files/README.gentoo new file mode 100644 index 0000000..c95b6cb --- /dev/null +++ b/dev-lisp/ecls/files/README.gentoo @@ -0,0 +1,13 @@ +-*- outline -*- + +Gentoo GNU/Linux specific notes for ECL +--------------------------------------- + + * The Gentoo port includes a patch to ECL's installed header file (ech.h) so + that TRUE and FALSE are not redefined if they're already included from + elsewhere. This makes it easier to use ECL with other software which defines + those C preprocesser symbols (eg. glib-2.0). + +If you encounter any problems or have suggestions, use https://bugs.gentoo.org/. +Please don't bother the upstream authors unless you are absolutely certain it is +not Gentoo-related. |