diff options
Diffstat (limited to 'dev-ruby/eventmachine/eventmachine-1.2.7.ebuild')
-rw-r--r-- | dev-ruby/eventmachine/eventmachine-1.2.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/eventmachine/eventmachine-1.2.7.ebuild b/dev-ruby/eventmachine/eventmachine-1.2.7.ebuild index ee3b825cbf56..eef8004a177e 100644 --- a/dev-ruby/eventmachine/eventmachine-1.2.7.ebuild +++ b/dev-ruby/eventmachine/eventmachine-1.2.7.ebuild @@ -74,7 +74,7 @@ each_ruby_compile() { for extdir in ext ext/fastfilereader; do pushd $extdir # both extensions use C++, so use the CXXFLAGS not the CFLAGS - emake V=1 CFLAGS="${CXXFLAGS} -fPIC" archflag="${LDFLAGS}" || die "emake failed for ${extdir}" + emake V=1 CFLAGS="${CXXFLAGS} -fPIC" archflag="${LDFLAGS}" popd cp $extdir/*.so lib/ || die "Unable to copy extensions for ${extdir}" done @@ -88,5 +88,5 @@ all_ruby_install() { all_fakegem_install insinto /usr/share/doc/${PF}/ - doins -r examples || die "Failed to install examples" + doins -r examples } |