summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-radio/ibp: move imake to BDEPENDIonen Wolkens2022-12-021-5/+8
| | | | | | | | Is wrong and leads to the clang wrapper misdetecting imake wrt bug #884053. Closes: https://bugs.gentoo.org/884053 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-radio/ibp: pass -std=gnu89Ionen Wolkens2022-10-111-1/+3
| | | | | | | | | | Does not build with `clang -std=c2x`, early workaround for when this will become a default. (not actively hunting for these, merely revisiting packages previously looked at for clang16 even if not an issue "yet"). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-radio/ibp: fix build with clang16Ionen Wolkens2022-09-301-2/+6
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-radio/ibp: force gcc -E for imake's generationIonen Wolkens2022-09-301-2/+4
| | | | | | | | | | | Requires traditional cpp support and is broken in all sort of ways with clang-cpp / -E. Can still use clang & friends for everything else. Ideally these packages need to be built another way or last rited, imake will just accumulate more problems. Albeit here it's limited USE=X. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-radio/ibp: update HOMEPAGE, SRC_URIMario Haustein2022-08-271-3/+3
| | | | | | Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/27028 Signed-off-by: Sam James <sam@gentoo.org>
* media-radio/ibp: use pkg-config to find ncursesSam James2021-06-181-0/+54
This is more resilient in the (rare) case of non-split tinfo, which still occurs on e.g. Prefix. Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>