pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/28966: imap-uw build breaks with openssl-0.9.7e
The following reply was made to PR pkg/28966; it has been noted by GNATS.
From: Adrian Portelli <adrianp%netbsd.org@localhost>
To: diro%nixsys.bz@localhost
Cc: gnats-bugs%netbsd.org@localhost
Subject: Re: pkg/28966: imap-uw build breaks with openssl-0.9.7e
Date: Wed, 26 Jan 2005 14:19:50 +0000
Hi,
Could you please try the following patch:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/mail/imap-uw/Makefile,v
retrieving revision 1.88
diff -u -r1.88 Makefile
--- Makefile 24 Jan 2005 09:03:48 -0000 1.88
+++ Makefile 26 Jan 2005 14:15:01 -0000
@@ -42,7 +42,8 @@
. if defined(USE_KERBEROS) && ${USE_KERBEROS} != "no"
PKG_USE_KERBEROS= # defined
BUILD_TARGET+= EXTRAAUTHENTICATORS="gss"
-. if !empty(MACHINE_PLATFORM:MNetBSD-1.5*)
+. if !empty(MACHINE_PLATFORM:MNetBSD-1.5*) || \
+ !empty(MACHINE_PLATFORM:MNetBSD-1.6*)
# NetBSD-1.5 didn't have "des_new_random_key" in libcrypto
MAKE_ENV+= GSS_EXTRA_LDFLAGS="-ldes"
. endif
Home |
Main Index |
Thread Index |
Old Index