diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-10 13:28:53 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-10 13:28:53 +0000 |
commit | 4bfa5969097e1b81838234f5d0b6a9316d41bd40 (patch) | |
tree | 8f1cfe30b07ef26f6c27837d22cef737d8b9c957 /databases/firebird-client/files/patch-af | |
parent | Update to latest release (diff) |
Add missing patches
Delete empty patches
Notes
Notes:
svn path=/head/; revision=58862
Diffstat (limited to 'databases/firebird-client/files/patch-af')
-rw-r--r-- | databases/firebird-client/files/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/firebird-client/files/patch-af b/databases/firebird-client/files/patch-af new file mode 100644 index 000000000000..7ce937566bc3 --- /dev/null +++ b/databases/firebird-client/files/patch-af @@ -0,0 +1,13 @@ +--- jrd/enc.c.orig Fri Aug 4 06:50:03 2000 ++++ jrd/enc.c Sun Nov 18 19:17:19 2001 +@@ -31,6 +31,10 @@ + * + **************************************/ + ++#ifdef FREEBSD ++crypt_set_format("des"); ++#endif ++ + return CRYPT_FUNC( string, salt); + } + #endif |