pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/openssl include mk/compiler.mk before testing...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d70152698b6
branches:  trunk
changeset: 469794:7d70152698b6
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Feb 29 00:36:45 2004 +0000

description:
include mk/compiler.mk before testing ${CC}

diffstat:

 security/openssl/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c19e534949b0 -r 7d70152698b6 security/openssl/Makefile
--- a/security/openssl/Makefile Sun Feb 29 00:27:40 2004 +0000
+++ b/security/openssl/Makefile Sun Feb 29 00:36:45 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2004/02/17 14:26:47 jlam Exp $
+# $NetBSD: Makefile,v 1.87 2004/02/29 00:36:45 grant Exp $
 
 DISTNAME=              openssl-0.9.6l
 SVR4_PKGNAME=          ossl
@@ -18,6 +18,7 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
+.include "../../mk/compiler.mk"
 .include "../../mk/bsd.prefs.mk"
 
 USE_PERL5=             build



Home | Main Index | Thread Index | Old Index