1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Unbreak build on ruby-18

Pointed by:	kris
This commit is contained in:
Sergey Skvortsov 2004-03-01 07:54:32 +00:00
parent 8b71ea2227
commit 1d78e4b9ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102602

View File

@ -8,9 +8,9 @@
- have_library("gds", "isc_attach_database")
+incdir = with_config("interbase-include-dir")
+if incdir then
+ $CFLAGS += "-I#{incdir}"
+ $CFLAGS += " -I#{incdir}"
+else
+ $CFLAGS = "-I#{INTERBASEDIR}/include"
+ $CFLAGS = " -I#{INTERBASEDIR}/include"
+end
+
+libdir = with_config("interbase-lib-dir")