diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-04 13:57:32 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-04 13:57:42 +0100 |
commit | b1c62426acf7fedab5f9ce94d8cce46290f1a603 (patch) | |
tree | 1bdd875c52bcedbf650d7d7c261959e8616ba9eb /sys-libs | |
parent | kde-plasma/xdg-desktop-portal-kde: Revert "Fix .desktop file" (diff) | |
download | gentoo-b1c62426acf7fedab5f9ce94d8cce46290f1a603.tar.gz gentoo-b1c62426acf7fedab5f9ce94d8cce46290f1a603.tar.bz2 gentoo-b1c62426acf7fedab5f9ce94d8cce46290f1a603.zip |
sys-libs/blocksruntime: install Blocks.h into private dir
Blocks.h collides with gnustep-base/libobjc2. -fblocks
does not really need external headers. For rare users
that need it we still provide it in non-standard location.
Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/740356
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild (renamed from sys-libs/blocksruntime/blocksruntime-0_pre20171027.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-libs/blocksruntime/blocksruntime-0_pre20171027.ebuild b/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild index a855b832dba2..6c49e1748dba 100644 --- a/sys-libs/blocksruntime/blocksruntime-0_pre20171027.ebuild +++ b/sys-libs/blocksruntime/blocksruntime-0_pre20171027-r1.ebuild @@ -35,6 +35,7 @@ src_compile() { src_install() { prefix="${EPREFIX}/usr" \ + includedir="${EPREFIX}/usr/include/blocksruntime" \ libdir="${EPREFIX}/usr/$(get_libdir)" \ DESTDIR="${D}" \ ./installlib $(use static-libs || echo -shared) || die |