pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/clamsmtp This package doesn't work with GNU pth (...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b7f3feb41847
branches: trunk
changeset: 478997:b7f3feb41847
user: jlam <jlam%pkgsrc.org@localhost>
date: Tue Aug 03 08:27:51 2004 +0000
description:
This package doesn't work with GNU pth (yet). Require native threads
for now.
diffstat:
mail/clamsmtp/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 7084570d7285 -r b7f3feb41847 mail/clamsmtp/Makefile
--- a/mail/clamsmtp/Makefile Tue Aug 03 08:24:56 2004 +0000
+++ b/mail/clamsmtp/Makefile Tue Aug 03 08:27:51 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/08/03 08:23:58 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2004/08/03 08:27:51 jlam Exp $
DISTNAME= clamsmtp-0.4
CATEGORIES= mail
@@ -18,5 +18,8 @@
MESSAGE_SUBST+= HOMEPAGE=${HOMEPAGE}
FILES_SUBST+= CLAMAV_USER=${CLAMAV_USER}
+# Doesn't work with GNU pth (missing required mutex features)
+PTHREAD_OPTS+= require native
+
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index