diff options
| author | Akinori Hattori <hattya@gentoo.org> | 2021-10-02 22:19:39 +0900 |
|---|---|---|
| committer | Akinori Hattori <hattya@gentoo.org> | 2021-10-02 22:20:16 +0900 |
| commit | fe43c9966c9f7e1b0c4ecc741e7ef49c1a20f8db (patch) | |
| tree | 3c29287d92abfc75124ace720727cc2955f8bcd8 /dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild | |
| parent | 62390628210b52ac46aaf708334fc39656e936a1 (diff) | |
| download | gentoo-fe43c9966c9f7e1b0c4ecc741e7ef49c1a20f8db.tar.gz gentoo-fe43c9966c9f7e1b0c4ecc741e7ef49c1a20f8db.tar.bz2 gentoo-fe43c9966c9f7e1b0c4ecc741e7ef49c1a20f8db.zip | |
dev-scheme/c-wrapper: fix tests with Clang
Closes: https://bugs.gentoo.org/738814
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild')
| -rw-r--r-- | dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild b/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild index f0b7aece565f..35882c4965d7 100644 --- a/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild +++ b/dev-scheme/c-wrapper/c-wrapper-0.6.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -26,6 +26,7 @@ PATCHES=( "${FILESDIR}"/${PN}-glibc-2.25.patch "${FILESDIR}"/${PN}-info.patch "${FILESDIR}"/${PN}-texinfo-6.7.patch + "${FILESDIR}"/${PN}-clang.patch ) HTML_DOCS=( doc/${PN}-ref{e,j}.html ) |
