pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/dspam Fix dspam building on NetBSD-1.6.x
details: https://anonhg.NetBSD.org/pkgsrc/rev/88e935270a04
branches: trunk
changeset: 505318:88e935270a04
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Mon Jan 02 19:59:33 2006 +0000
description:
Fix dspam building on NetBSD-1.6.x
Problem identified by Alan Horn in PR# 32089
diffstat:
mail/dspam/options.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 88c63b94ebf8 -r 88e935270a04 mail/dspam/options.mk
--- a/mail/dspam/options.mk Mon Jan 02 19:49:01 2006 +0000
+++ b/mail/dspam/options.mk Mon Jan 02 19:59:33 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.13 2005/11/12 16:53:19 adrianp Exp $
+# $NetBSD: options.mk,v 1.14 2006/01/02 19:59:33 adrianp Exp $
.if defined(DSPAM_DELIVERY_AGENT) && !empty(DSPAM_DELIVERY_AGENT:Mcustom)
DSPAM_DELIVERY_AGENT:= ${DSPAM_DELIVERY_AGENT_ARGS}
@@ -87,7 +87,9 @@
.if !empty(DSPAM_STORAGE_DRIVER:Mmysql) || \
!empty(DSPAM_STORAGE_DRIVER:Mpgsql) || \
!empty(DSPAM_STORAGE_DRIVER:Mhash)
+. if empty(MACHINE_PLATFORM:MNetBSD-1.*)
CONFIGURE_ARGS+= --enable-daemon
+. endif
.endif
MYSQL_PLIST_SUBST?= MYSQL="@comment "
Home |
Main Index |
Thread Index |
Old Index