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

(-)file_not_specified_in_diff (-5 / +2 lines)
Line  Link Here
0
-- a/extconf.rb
0
++ b/extconf.rb
Lines 18-27 Link Here
18
$CFLAGS += ' ' + `#{pkg_config} sary --cflags`.chomp
18
$CFLAGS += ' ' + `#{pkg_config} sary --cflags`.chomp
19
$LIBS   += ' ' + `#{pkg_config} sary --libs`.chomp
19
$LIBS   += ' ' + `#{pkg_config} sary --libs`.chomp
20
20
21
if have_header('sary.h') &&
21
create_makefile('sary')
22
    have_library('sary')
23
  create_makefile('sary')
24
end
25
22
26
# Add make targets
23
# Add make targets
27
mfile = File.open 'Makefile', 'a'
24
mfile = File.open 'Makefile', 'a'

Return to bug 417803