pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/botan Include bsd.prefs.mk to get the definit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73fdbc6d743c
branches:  trunk
changeset: 399648:73fdbc6d743c
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Wed Sep 23 16:36:30 2009 +0000

description:
Include bsd.prefs.mk to get the definition of MACHINE_ARCH.

diffstat:

 security/botan/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3cf17b698b82 -r 73fdbc6d743c security/botan/Makefile
--- a/security/botan/Makefile   Wed Sep 23 16:09:18 2009 +0000
+++ b/security/botan/Makefile   Wed Sep 23 16:36:30 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2009/09/23 16:03:25 jmmv Exp $
+# $NetBSD: Makefile,v 1.15 2009/09/23 16:36:30 jmmv Exp $
 
 DISTNAME=      Botan-1.8.7
 PKGNAME=       botan-1.8.7
@@ -24,6 +24,8 @@
 
 MAKE_FLAGS+=   LIB_OPT=${CXXFLAGS:Q}
 
+.include "../../mk/bsd.prefs.mk"
+
 .if ${MACHINE_ARCH} == "amd64"
 PLIST_SUBST+=          AMD64=
 PLIST_SUBST+=          AMD64_OR_IA32=



Home | Main Index | Thread Index | Old Index