From 65bc1c44862704b9b83bcccb85039a9e59783d0e Mon Sep 17 00:00:00 2001 From: John Marino Date: Sun, 7 Sep 2014 18:02:23 +0000 Subject: Removed unstaged databases/frontbase and two staged ports that depend on it --- databases/ruby-frontbase/files/patch-extconf.rb | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 databases/ruby-frontbase/files/patch-extconf.rb (limited to 'databases/ruby-frontbase/files/patch-extconf.rb') 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") - -- cgit v1.2.3