mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ruby/ruby-shadow: respect CFLAGS
Closes: https://bugs.gentoo.org/723956 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
@@ -14,7 +14,7 @@ RUBY_FAKEGEM_EXTENSIONS=(./extconf.rb)
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="ruby shadow bindings"
|
||||
HOMEPAGE="https://github.com/apalmblad/ruby-shadow http://ttsky.net"
|
||||
HOMEPAGE="https://github.com/apalmblad/ruby-shadow"
|
||||
|
||||
LICENSE="|| ( public-domain Unlicense )"
|
||||
SLOT="0"
|
||||
@@ -22,3 +22,8 @@ KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86"
|
||||
IUSE=""
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-ruby32.patch" )
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -e '16i$CFLAGS += ENV["CFLAGS"]' \
|
||||
-i extconf.rb || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user