mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
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>
13 lines
359 B
Ruby
13 lines
359 B
Ruby
--- 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")
|
|
|