summaryrefslogtreecommitdiff
path: root/databases/firebird-devel/files/patch-af
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2003-12-04 17:34:21 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2003-12-04 17:34:21 +0000
commitea7d06de9102477b334d82b5b9617fdbefe1ec89 (patch)
tree010f6253bb4c0f6be3bcb32f6489cdb9b501d351 /databases/firebird-devel/files/patch-af
parentAdd missing patches for the 1.5.r7 update. (diff)
- Update to 2.0.a0.
- Previous maintainer is now tha actual maintainer again. - No package at the moment. PR: 59001 Submitted by: chris@e-easy.com.au
Notes
Notes: svn path=/head/; revision=95039
Diffstat (limited to 'databases/firebird-devel/files/patch-af')
-rw-r--r--databases/firebird-devel/files/patch-af13
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/firebird-devel/files/patch-af b/databases/firebird-devel/files/patch-af
deleted file mode 100644
index 7ce937566bc3..000000000000
--- a/databases/firebird-devel/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