pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/alpine disable pthread on NetBSD for now - bump P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc4939bd6dff
branches:  trunk
changeset: 536298:cc4939bd6dff
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon Dec 10 00:01:38 2007 +0000

description:
disable pthread on NetBSD for now - bump PKGREVISION

diffstat:

 mail/alpine/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 8bf37087c902 -r cc4939bd6dff mail/alpine/Makefile
--- a/mail/alpine/Makefile      Sun Dec 09 23:42:43 2007 +0000
+++ b/mail/alpine/Makefile      Mon Dec 10 00:01:38 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2007/12/09 22:17:54 abs Exp $
+# $NetBSD: Makefile,v 1.8 2007/12/10 00:01:38 abs Exp $
 #
 
 DISTNAME=      alpine-0.999999
+PKGREVISION=   1
 CATEGORIES=    mail
 MASTER_SITES=  ftp://ftp.cac.washington.edu/alpine/
 EXTRACT_SUFX=  .tar.bz2
@@ -27,6 +28,10 @@
 
 .include "../../mk/bsd.options.mk"
 
+.if ${OPSYS} == "NetBSD"
+CONFIGURE_ARGS+= --without-pthread
+.endif
+
 .if !empty(PKG_OPTIONS:Mpinepwd)
 CONFIGURE_ARGS+= --with-passfile=.pinepwd
 .endif



Home | Main Index | Thread Index | Old Index