Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 412099
Collapse All | Expand All

(-)hivex-1.3.5.old/ruby/Rakefile.in (-1 / +1 lines)
Lines 38-44 Link Here
38
# Build locally
38
# Build locally
39
39
40
file MAKEFILE => EXT_CONF do |t|
40
file MAKEFILE => EXT_CONF do |t|
41
     unless sh "top_srcdir=$(pwd)/@top_srcdir@; top_builddir=$(pwd)/@top_builddir@; export ARCHFLAGS=\"-arch $(uname -m)\"; mkdir -p @builddir@/ext/hivex; cd @builddir@/ext/hivex; @RUBY@ #{EXT_CONF} --with-_hivex-include=$top_srcdir/lib --with-_hivex-lib=$top_builddir/lib/.libs"
41
     unless sh "top_srcdir=@top_srcdir@; top_builddir=@top_builddir@; export ARCHFLAGS=\"-arch $(uname -m)\"; mkdir -p @builddir@/ext/hivex; cd @builddir@/ext/hivex; @RUBY@ #{EXT_CONF} --with-_hivex-include=$top_srcdir/lib --with-_hivex-lib=$top_builddir/lib/.libs"
42
         $stderr.puts "Failed to run extconf"
42
         $stderr.puts "Failed to run extconf"
43
         break
43
         break
44
     end
44
     end

Return to bug 412099