pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/bind96 Assembly language atomic operations don't w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c1d6bdf85e3
branches:  trunk
changeset: 397513:1c1d6bdf85e3
user:      jklos <jklos%pkgsrc.org@localhost>
date:      Sat Aug 15 01:30:57 2009 +0000

description:
Assembly language atomic operations don't work on NetBSD  mipsel, so
  disable them with CONFIGURE_ARGS.

diffstat:

 net/bind96/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 85d7b7479d69 -r 1c1d6bdf85e3 net/bind96/Makefile
--- a/net/bind96/Makefile       Fri Aug 14 23:20:53 2009 +0000
+++ b/net/bind96/Makefile       Sat Aug 15 01:30:57 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2009/07/29 00:16:33 reed Exp $
+# $NetBSD: Makefile,v 1.8 2009/08/15 01:30:57 jklos Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
 PKGNAME=       ${DISTNAME:S/-P1/pl1/}
@@ -34,6 +34,9 @@
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE:Q}
 CONFIGURE_ARGS+=       --disable-openssl-version-check
 CONFIGURE_ARGS+=       --with-openssl=${SSLBASE:Q}
+.if ${MACHINE_PLATFORM:MNetBSD-*-mipsel} != ""
+CONFIGURE_ARGS+=        --disable-atomic
+.endif
 
 PKG_GROUPS_VARS+=      BIND_GROUP
 PKG_USERS_VARS+=       BIND_USER



Home | Main Index | Thread Index | Old Index