openbsd-ports/databases/ruby-swift-db-mysql/patches/patch-lib_swift_db_mysql_rb
jeremy cb66fbf825 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.
2014-01-11 22:42:26 +00:00

7 lines
271 B
Plaintext

$OpenBSD: patch-lib_swift_db_mysql_rb,v 1.1 2014/01/11 22:42:26 jeremy Exp $
--- lib/swift/db/mysql.rb.orig Fri Jan 10 14:19:08 2014
+++ lib/swift/db/mysql.rb Fri Jan 10 14:19:19 2014
@@ -1 +1 @@
-require 'swift/db/mysql/swift_db_mysql_ext'
+require 'swift_db_mysql_ext'