Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 321749 | Differences between
and this patch

Collapse All | Expand All

(-)bindings/Makefile.am.~1~ (-1 / +1 lines)
Lines 29-35 Link Here
29
# RUBYARCHDIR= is to work around in a makefile quirk not sure 
29
# RUBYARCHDIR= is to work around in a makefile quirk not sure 
30
# it is is the right thing todo, but it makes rrdtool build on freebsd as well
30
# it is is the right thing todo, but it makes rrdtool build on freebsd as well
31
ruby:   Makefile
31
ruby:   Makefile
32
	cd ruby && $(RUBY) extconf.rb && $(MAKE) EPREFIX=$(exec_prefix) $(RUBY_MAKE_OPTIONS) RUBYARCHDIR=
32
	cd ruby && $(RUBY) extconf.rb && $(MAKE) libdir=/lib EPREFIX=$(exec_prefix) $(RUBY_MAKE_OPTIONS) RUBYARCHDIR=
33
33
34
# rules for building the pyton module
34
# rules for building the pyton module
35
python: Makefile
35
python: Makefile

Return to bug 321749