ports/databases/ruby-rdbc1/files/patch-pg_rdbc1.rb
Sunpoet Po-Chuan Hsieh 4533380fe7 - Use USES=dos2unix and remove CRLF in patch file
- Use USES=tar:tgz
- Use COPYTREE_SHARE instead of CP -R
- Simplify Makefile
- Bump PORTREVISION for package change
2015-04-05 18:25:56 +00:00

11 lines
260 B
Ruby

--- pg_rdbc1.rb.orig Fri May 26 03:24:12 2000
+++ pg_rdbc1.rb Mon Mar 19 17:44:34 2001
@@ -11,7 +11,7 @@
require "rdbc1.rb"
module PG_RDBC1
- require "../postgres/postgres.so"
+ require "postgres"
include RDBC1
# Driver Creator will inherite me.