From f37de12bbb422622bbed25c9e052b32e65884f7f Mon Sep 17 00:00:00 2001 From: Gregory Neil Shapiro Date: Thu, 4 Mar 2010 05:53:06 +0000 Subject: [PATCH] Enable the use of nanosleep() instead of using pause() and signals. This Makefile change can be removed when the next version of sendmail is imported as it will have this built in to the FreeBSD conf.h section. Submitted by: John Marshall MFC after: 3 days --- lib/libsm/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libsm/Makefile b/lib/libsm/Makefile index ae76e91ccd1c..ce590d71f058 100644 --- a/lib/libsm/Makefile +++ b/lib/libsm/Makefile @@ -7,6 +7,7 @@ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include -I. CFLAGS+=-DNEWDB -DNIS -DMAP_REGEX -DNOT_SENDMAIL +CFLAGS+=-DHAVE_NANOSLEEP .if ${MK_INET6_SUPPORT} != "no" CFLAGS+=-DNETINET6