patch-bdbxml2_extconf_rb 399 B

1234567891011121314151617
  1. $OpenBSD: patch-bdbxml2_extconf_rb,v 1.1 2012/10/12 14:12:28 jeremy Exp $
  2. Backport ruby 1.9 support from GitHub commit
  3. cf470443a66a7e05fc402dd7f18750add74a9bb9.
  4. --- bdbxml2/extconf.rb.orig Mon Oct 8 17:40:51 2012
  5. +++ bdbxml2/extconf.rb Mon Oct 8 17:40:52 2012
  6. @@ -76,7 +76,7 @@ end
  7. have_func("rb_block_call")
  8. -require 'features.rb'
  9. +require './features'
  10. create_makefile('bdbxml')
  11. begin