freebsd-ports/databases/ruby-rdbc1/files/patch-pg_rdbc1.rb
Sunpoet Po-Chuan Hsieh c57c2735d8 - Add NO_ARCH
- Convert to new options target helper
- Cosmetic change
- Pet portlint: fix diff header of patch files
2015-11-15 03:04:28 +00:00

11 lines
234 B
Ruby

--- pg_rdbc1.rb.orig 2000-05-26 03:24:12 UTC
+++ pg_rdbc1.rb
@@ -11,7 +11,7 @@
require "rdbc1.rb"
module PG_RDBC1
- require "../postgres/postgres.so"
+ require "postgres"
include RDBC1
# Driver Creator will inherite me.