diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-06-16 06:50:26 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-06-16 06:50:26 +0000 |
| commit | a1f56ba4605e139e323a292729711e952c137dcf (patch) | |
| tree | 089d3b2403b8dd05e52e9169d5266e8bbfeee112 /databases/ruby-frontbase/files/patch-extconf.rb | |
| parent | Add p5-mysql-genocide, mysql-genocide helps you play with big MySQL (diff) | |
(New Port) databases/ruby-frontbase
The ruby extension for access to FrontBase databases is not
currently available in the FreeBSD ports tree.
PR: ports/124085
Submitted by: Mitchell Smith <mjs@bur.st>
Diffstat (limited to '')
| -rw-r--r-- | databases/ruby-frontbase/files/patch-extconf.rb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/ruby-frontbase/files/patch-extconf.rb b/databases/ruby-frontbase/files/patch-extconf.rb new file mode 100644 index 000000000000..d0dde6ca06aa --- /dev/null +++ b/databases/ruby-frontbase/files/patch-extconf.rb @@ -0,0 +1,13 @@ +--- 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") + |
