View | Details | Raw Unified
Collapse All | Expand All

(-) rrdtool-1.2.27.ebuild (+1 lines)
 Lines 36-41    Link Here 
	cd "${S}"
	cd "${S}"
	epatch "${FILESDIR}"/${PN}-1.2.15-newstyle-resize.patch
	epatch "${FILESDIR}"/${PN}-1.2.15-newstyle-resize.patch
	use ruby && epatch "${FILESDIR}"/${PN}-1.2.23-ruby-binding-configure.patch
	use ruby && epatch "${FILESDIR}"/${PN}-1.2.23-ruby-binding-configure.patch
	LIBDIR="$(get_libdir)"
	eautoreconf
	eautoreconf
}
}
(-) files/rrdtool-1.2.23-ruby-binding-configure.patch (-1 lines)
 Lines 5-11    Link Here 
                           add $prefix/lib/ruby/$ruby_version/$sitearch to you $: variable
                           add $prefix/lib/ruby/$ruby_version/$sitearch to you $: variable
                           for ruby to find the RRD.so file.],
                           for ruby to find the RRD.so file.],
-[RUBY_MAKE_OPTIONS=],[RUBY_MAKE_OPTIONS="sitedir=$prefix/lib/ruby"])
-[RUBY_MAKE_OPTIONS=],[RUBY_MAKE_OPTIONS="sitedir=$prefix/lib/ruby"])
+[RUBY_MAKE_OPTIONS=],[RUBY_MAKE_OPTIONS="sitedir="'$(DESTDIR)'"$prefix/lib/ruby"])
 
 
     
     
 AC_ARG_WITH(ruby-options,
 AC_ARG_WITH(ruby-options,