summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorobache <obache>2010-01-10 07:58:05 +0000
committerobache <obache>2010-01-10 07:58:05 +0000
commitad1f615e8479fddf13ea381111fef114b743ca6c (patch)
tree3b3857b43624cea319503127c6ad3eb339b01b0e /sysutils
parent2840a322aaa5e13d7839befb486a476a4296e34b (diff)
downloadpkgsrc-ad1f615e8479fddf13ea381111fef114b743ca6c.tar.gz
DragonFly BSD also does not have sem_timewait(3).
Noticed by Antonio Huete via PR#42591.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/acpica-utils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/acpica-utils/Makefile b/sysutils/acpica-utils/Makefile
index 99db479d78d..4796dd94a8b 100644
--- a/sysutils/acpica-utils/Makefile
+++ b/sysutils/acpica-utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/07/14 18:13:48 tnn Exp $
+# $NetBSD: Makefile,v 1.5 2010/01/10 07:58:05 obache Exp $
#
DISTNAME= acpica-unix-${ACPICA_UTILS_VERSION}
@@ -28,6 +28,7 @@ LICENSE= gnu-gpl-v2 # OR intel-acpica-license
# Don't have sem_timedwait()
CFLAGS.NetBSD+= -DACPI_USE_ALTERNATE_TIMEOUT
+CFLAGS.DragonFly+= -DACPI_USE_ALTERNATE_TIMEOUT
do-build:
cd ${WRKSRC}/tools/acpiexec && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM}