pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/apr0 Fix build on Darwin 9.x



details:   https://anonhg.NetBSD.org/pkgsrc/rev/446d031efbfd
branches:  trunk
changeset: 535460:446d031efbfd
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Nov 18 16:22:06 2007 +0000

description:
Fix build on Darwin 9.x

diffstat:

 devel/apr0/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 36a79404596d -r 446d031efbfd devel/apr0/Makefile
--- a/devel/apr0/Makefile       Sun Nov 18 16:06:37 2007 +0000
+++ b/devel/apr0/Makefile       Sun Nov 18 16:22:06 2007 +0000
@@ -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_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:



Home | Main Index | Thread Index | Old Index