diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-17 03:35:22 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-17 03:35:22 +0000 |
commit | 43f3f425f7690403a54866065d3e37a2d4a609ab (patch) | |
tree | fdcdc3eee0a323239d15f6414951e27cc56a8f34 /databases/firebird-devel/files/patch-af | |
parent | Fix sample-regex files in pkg-plist (diff) |
Update repo copy to firebird-devel
PR: 32553
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=51641
Diffstat (limited to 'databases/firebird-devel/files/patch-af')
-rw-r--r-- | databases/firebird-devel/files/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/firebird-devel/files/patch-af b/databases/firebird-devel/files/patch-af new file mode 100644 index 000000000000..7ce937566bc3 --- /dev/null +++ b/databases/firebird-devel/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 |