openbsd-ports/databases/ruby-swift-db-postgres/patches/patch-lib_swift_db_postgres_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
289 B
Plaintext

$OpenBSD: patch-lib_swift_db_postgres_rb,v 1.1 2014/01/11 22:42:26 jeremy Exp $
--- lib/swift/db/postgres.rb.orig Fri Jan 10 13:40:28 2014
+++ lib/swift/db/postgres.rb Fri Jan 10 13:40:34 2014
@@ -1 +1 @@
-require 'swift/db/postgres/swift_db_postgres_ext'
+require 'swift_db_postgres_ext'