mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
After firebird25-* was removed from the tree firebird30-* bacem the new default. And some consumers of firebird started failing to build with the error "/usr/local/include/ibase.h:6:10: fatal error: '../jrd/ibase.h' file not found". In previous the src headers files were installed which were not sanitized and required other header files from the source tree. This patch properly installs the sanitized header files and fixes the consumer builds. While I am here fix the patches to be makepatch compatible. Approved by: portmgr(just-fix-it)
11 lines
287 B
Text
11 lines
287 B
Text
--- builds/install/misc/firebird.conf.in.orig 2022-06-07 08:18:52 UTC
|
|
+++ builds/install/misc/firebird.conf.in
|
|
@@ -189,7 +189,7 @@
|
|
#
|
|
# Type: string (special format)
|
|
#
|
|
-#UdfAccess = Restrict UDF
|
|
+UdfAccess = Restrict /usr/local/libexec/firebird/udf
|
|
|
|
|
|
# ----------------------------
|