Edit

IABSD.fr/ports/databases/ruby-swift-db-sqlite3/patches/patch-lib_swift_db_sqlite3_rb

Branch :

  • Show log

    Commit

  • Author : jeremy
    Date : 2014-01-11 22:42:26
    Hash : cb66fbf8
    Message : Allow building with ruby21 FLAVOR, remove default setting of FLAVOR to ruby19. Remove extension source directory from package and fix require for extension file, since it previously depended on the copy in the extension source directory.

  • databases/ruby-swift-db-sqlite3/patches/patch-lib_swift_db_sqlite3_rb
  • $OpenBSD: patch-lib_swift_db_sqlite3_rb,v 1.1 2014/01/11 22:42:26 jeremy Exp $
    --- lib/swift/db/sqlite3.rb.orig	Fri Jan 10 13:54:40 2014
    +++ lib/swift/db/sqlite3.rb	Fri Jan 10 13:54:41 2014
    @@ -1 +1 @@
    -require 'swift/db/sqlite3/swift_db_sqlite3_ext'
    +require 'swift_db_sqlite3_ext'