pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-SSLeay Fix build (SSL not found during con...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19915d2dad74
branches:  trunk
changeset: 476457:19915d2dad74
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Jun 10 21:11:08 2004 +0000

description:
Fix build (SSL not found during configuration, causing missing includes).
Problem probably introduced during the conversion to buildlink3.
Exposed by latest kristerw@'s bulk build in NetBSD 2.0_BETA/i386.

diffstat:

 security/p5-SSLeay/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ee56d7870619 -r 19915d2dad74 security/p5-SSLeay/Makefile
--- a/security/p5-SSLeay/Makefile       Thu Jun 10 20:34:08 2004 +0000
+++ b/security/p5-SSLeay/Makefile       Thu Jun 10 21:11:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/05/11 04:40:59 snj Exp $
+# $NetBSD: Makefile,v 1.12 2004/06/10 21:11:08 jmmv Exp $
 #
 
 DISTNAME=      Crypt-SSLeay-0.51
@@ -17,7 +17,7 @@
 PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Crypt/SSLeay/.packlist
 
 post-patch:
-       @cd ${WRKSRC} && ${SED} "s|%%SSLBASE%%|${BUILDLINK_DIR}|" Makefile.PL \
+       @cd ${WRKSRC} && ${SED} "s|%%SSLBASE%%|${BUILDLINK_PREFIX.openssl}|" Makefile.PL \
                > Makefile.PL.tmp && ${MV} Makefile.PL.tmp Makefile.PL
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index