summaryrefslogtreecommitdiff
path: root/databases/ruby-sqlite3/files
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2005-01-16 18:19:16 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2005-01-16 18:19:16 +0000
commit58e8576ea088863d14fa5c28b005b3e160870566 (patch)
tree6b10a02f2234f3b0e0afe28e18fcaf0e7d2f7ba6 /databases/ruby-sqlite3/files
parentUpdate to 0.10. (diff)
Update to ruby-sqlite3 after a repocopy. This is a Ruby interface to
the SQLite DB engine version 3.
Notes
Notes: svn path=/head/; revision=126606
Diffstat (limited to 'databases/ruby-sqlite3/files')
-rw-r--r--databases/ruby-sqlite3/files/patch-api.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/ruby-sqlite3/files/patch-api.rb b/databases/ruby-sqlite3/files/patch-api.rb
new file mode 100644
index 000000000000..1f2361725562
--- /dev/null
+++ b/databases/ruby-sqlite3/files/patch-api.rb
@@ -0,0 +1,11 @@
+--- lib/sqlite3/driver/dl/api.rb.orig Wed Dec 22 13:45:15 2004
++++ lib/sqlite3/driver/dl/api.rb Sun Dec 26 06:03:27 2004
+@@ -38,7 +38,7 @@
+ extend ::DL::Importable
+
+ library_name = case RUBY_PLATFORM.downcase
+- when /linux/
++ when /linux/, /freebsd|netbsd|openbsd|dragonfly/
+ "libsqlite3.so"
+ when /win32/
+ "sqlite3.dll"