Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/bind Use the source dir atomic.h



details:   https://anonhg.NetBSD.org/src/rev/a3fc7f5e0819
branches:  trunk
changeset: 759709:a3fc7f5e0819
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Dec 15 02:08:16 2010 +0000

description:
Use the source dir atomic.h

diffstat:

 external/bsd/bind/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cb5dbd1ef310 -r a3fc7f5e0819 external/bsd/bind/Makefile.inc
--- a/external/bsd/bind/Makefile.inc    Wed Dec 15 01:33:37 2010 +0000
+++ b/external/bsd/bind/Makefile.inc    Wed Dec 15 02:08:16 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.7 2010/12/14 23:17:20 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.8 2010/12/15 02:08:16 christos Exp $
 
 .if !defined(BIND9_MAKEFILE_INC)
 BIND9_MAKEFILE_INC=yes
@@ -17,7 +17,7 @@
 NAMED_USE_OPENSSL?=yes
 .endif
 
-.if exists(/usr/include/sys/atomic.h)
+.if exists(${NETBSDSRCDIR}/sys/sys/atomic.h)
 NAMED_USE_PTHREADS?=yes
 .else
 NAMED_USE_PTHREADS?=no



Home | Main Index | Thread Index | Old Index