From d1f0d5f6fef7437df2b58b838164febbfeabb5ef Mon Sep 17 00:00:00 2001 From: dwcjr Date: Mon, 18 Jun 2001 08:14:16 +0000 Subject: Link to correct crypt lib on -current. PR: 26154 Submitted by: Scot W. Hetzel --- databases/firebird/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'databases/firebird') diff --git a/databases/firebird/Makefile b/databases/firebird/Makefile index 02cbff7bc2e9..28a23455f090 100644 --- a/databases/firebird/Makefile +++ b/databases/firebird/Makefile @@ -23,6 +23,8 @@ LDCONFIG_DIRS= %%PREFIX%%/firebird/lib ONLY_FOR_ARCHS= i386 +.include + do-extract: @${MKDIR} ${WRKDIR} @( \ @@ -31,6 +33,11 @@ do-extract: ${CP} msgs/msg.gbak misc/msg.gbak \ ) +.if ${OSVERSION} >= 500016 +post-patch: + ${PERL} -pi -e 's,\-ldescrypt,\-lcrypt,g' ${WRKSRC}/builds/original/prefix.freebsd +.endif + do-configure: @( \ cd ${WRKDIR}/interbase; \ @@ -60,4 +67,4 @@ do-install: ${CP} ${FILESDIR}/RELNOTES ${PREFIX}/firebird/ \ ) -.include +.include -- cgit