pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/thunderbird Add yasm>=1.1.0 as a build dependence...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65a7a10c2f2f
branches:  trunk
changeset: 597638:65a7a10c2f2f
user:      sbd <sbd%pkgsrc.org@localhost>
date:      Fri Jan 06 08:40:01 2012 +0000

description:
Add yasm>=1.1.0 as a build dependence on platforms the need it.

diffstat:

 mail/thunderbird/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 89c62a804792 -r 65a7a10c2f2f mail/thunderbird/Makefile
--- a/mail/thunderbird/Makefile Fri Jan 06 07:36:38 2012 +0000
+++ b/mail/thunderbird/Makefile Fri Jan 06 08:40:01 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2011/12/05 13:20:36 dholland Exp $
+# $NetBSD: Makefile,v 1.79 2012/01/06 08:40:01 sbd Exp $
 #
 
 DISTNAME=      thunderbird-${TB_VER}.source
@@ -24,6 +24,13 @@
 
 ALL_ENV+=              MOZILLA_PKG_NAME=thunderbird
 
+.include "../../mk/bsd.prefs.mk"
+
+.if (${OPSYS} == "Linux" || ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin") && \
+    (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
+BUILD_DEPENDS+=                yasm>=1.1.0:../../devel/yasm
+.endif
+
 #SUBST_CLASSES+=                       ext-compat
 #SUBST_STAGE.ext-compat=               pre-configure
 #SUBST_MESSAGE.ext-compat=     Fixing extension compatibility



Home | Main Index | Thread Index | Old Index