summaryrefslogtreecommitdiff
path: root/databases/ruby-frontbase/files/patch-extconf.rb
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-09-07 18:02:23 +0000
committerJohn Marino <marino@FreeBSD.org>2014-09-07 18:02:23 +0000
commit65bc1c44862704b9b83bcccb85039a9e59783d0e (patch)
treefcb2e92dbd409845b44ea584b517d485ce87231d /databases/ruby-frontbase/files/patch-extconf.rb
parentRemove unstaged lang/otcl and three staged ports that depend it (diff)
Removed unstaged databases/frontbase and two staged ports that depend on it
Diffstat (limited to '')
-rw-r--r--databases/ruby-frontbase/files/patch-extconf.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/ruby-frontbase/files/patch-extconf.rb b/databases/ruby-frontbase/files/patch-extconf.rb
deleted file mode 100644
index d0dde6ca06aa..000000000000
--- a/databases/ruby-frontbase/files/patch-extconf.rb
+++ /dev/null
@@ -1,13 +0,0 @@
---- extconf.rb.orig 2006-04-15 07:52:37.000000000 +1000
-+++ extconf.rb 2008-05-29 12:54:28.000000000 +1000
-@@ -2,8 +2,8 @@
-
- dir_config('frontbase')
-
--$CPPFLAGS = "-I/Library/FrontBase/include"
--$LDFLAGS = "-L/Library/FrontBase/lib"
-+$CPPFLAGS = "-I/usr/local/include"
-+$LDFLAGS = "-L/usr/local/lib"
- $libs = " -lFBCAccess "
- create_makefile("frontbase")
-