public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-augeas/files: ruby-augeas-0.4.1-libxml2.patch
@ 2012-10-26  8:59 Hans de Graaff (graaff)
  0 siblings, 0 replies; only message in thread
From: Hans de Graaff (graaff) @ 2012-10-26  8:59 UTC (permalink / raw
  To: gentoo-commits

graaff      12/10/26 08:59:47

  Added:                ruby-augeas-0.4.1-libxml2.patch
  Log:
  Add upstream patch to properly compile with augeas 0.10.0.
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-ruby/ruby-augeas/files/ruby-augeas-0.4.1-libxml2.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-augeas/files/ruby-augeas-0.4.1-libxml2.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-augeas/files/ruby-augeas-0.4.1-libxml2.patch?rev=1.1&content-type=text/plain

Index: ruby-augeas-0.4.1-libxml2.patch
===================================================================
--- 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)





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-26  8:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-26  8:59 [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-augeas/files: ruby-augeas-0.4.1-libxml2.patch Hans de Graaff (graaff)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox