summaryrefslogtreecommitdiff
path: root/databases/firebird-client/files/patch-af
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2003-12-04 17:26:13 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2003-12-04 17:26:13 +0000
commit42271d1226a6da72910e2834ca4acfcb013db0fc (patch)
treeb3ab40efc6fe5cf14b712d5ecc218bb6ba5292e6 /databases/firebird-client/files/patch-af
parentAdd p5-Mail-ClamAV 0.04, perl extension for the clamav virus scanner. (diff)
- Update to 1.5.r7.
- Previous maintainer is now the actual maintainer again. - No package at the moment. PR: 58999 Submitted by: chris@e-easy.com.au
Notes
Notes: svn path=/head/; revision=95035
Diffstat (limited to 'databases/firebird-client/files/patch-af')
-rw-r--r--databases/firebird-client/files/patch-af13
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/firebird-client/files/patch-af b/databases/firebird-client/files/patch-af
deleted file mode 100644
index 7ce937566bc3..000000000000
--- a/databases/firebird-client/files/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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