You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ruby/ruby-augeas/files/ruby-augeas-0.4.1-libxml2.p...

12 lines
307 B

--- ext/augeas/extconf.rb.~1~ 2012-10-26 10:39:01.240720232 +0200
+++ ext/augeas/extconf.rb 2012-10-26 10:53:12.413324140 +0200
@@ -27,4 +27,8 @@
raise "augeas-devel not installed"
end
+unless pkg_config("libxml-2.0")
+ raise "libxml2-devel not installed"
+end
+
create_makefile(extension_name)