summaryrefslogtreecommitdiff
path: root/devel/apr0
diff options
context:
space:
mode:
Diffstat (limited to 'devel/apr0')
-rw-r--r--devel/apr0/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/apr0/Makefile b/devel/apr0/Makefile
index cf04a931fce..a2ff19947ee 100644
--- a/devel/apr0/Makefile
+++ b/devel/apr0/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2007/09/07 23:11:40 tron Exp $
+# $NetBSD: Makefile,v 1.4 2007/11/18 16:22:06 adrianp Exp $
.include "../../www/apache2/Makefile.common"
@@ -45,6 +45,10 @@ SUBST_FILES.conf= apr/config.layout apr-util/config.layout
SUBST_SED.conf= -e "s,@PREFIX@,${PREFIX},g"
SUBST_MESSAGE.conf= Fixing hardcoded paths.
+.if !empty(MACHINE_PLATFORM:MDarwin-9.*-*)
+APR_CONFIGURE_ARGS+= --without-sendfile
+.endif
+
TEST_TARGET= check
do-configure: