summaryrefslogtreecommitdiff
path: root/databases/firebird20-server/files/patch-src%jrd%os%config_root.h
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2006-09-18 15:20:04 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2006-09-18 15:20:04 +0000
commit3eeac24355d0de977cf350af1bdfa888aebc282c (patch)
tree5d537ad4b12e17d2a074d9e1d207eb471058b506 /databases/firebird20-server/files/patch-src%jrd%os%config_root.h
parentUpdate to 4.0.2091. This version finally works again on FreeBSD \o/ (diff)
Add Firebird 2.0.0 (RC4)
Diffstat (limited to 'databases/firebird20-server/files/patch-src%jrd%os%config_root.h')
-rw-r--r--databases/firebird20-server/files/patch-src%jrd%os%config_root.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/firebird20-server/files/patch-src%jrd%os%config_root.h b/databases/firebird20-server/files/patch-src%jrd%os%config_root.h
new file mode 100644
index 000000000000..976da187b36a
--- /dev/null
+++ b/databases/firebird20-server/files/patch-src%jrd%os%config_root.h
@@ -0,0 +1,11 @@
+--- src/jrd/os/config_root.h.orig Tue Aug 15 22:57:33 2006
++++ src/jrd/os/config_root.h Tue Aug 15 22:57:53 2006
+@@ -76,7 +76,7 @@
+ {
+ GetRoot();
+ install_dir = root_dir;
+- config_file = root_dir + string(CONFIG_FILE);
++ config_file = string(FB_CONF_PREFIX) + PathUtils::dir_sep + string(CONFIG_FILE);
+ }
+
+