pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/alpine update alpine to 1.00nb1 - only pass --wit...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d2a87bd8fa3d
branches: trunk
changeset: 537012:d2a87bd8fa3d
user: abs <abs%pkgsrc.org@localhost>
date: Tue Jan 01 16:05:13 2008 +0000
description:
update alpine to 1.00nb1 - only pass --without-pthread on NetBSD 4.x and earlier
diffstat:
mail/alpine/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 3c8c2bca2174 -r d2a87bd8fa3d mail/alpine/Makefile
--- a/mail/alpine/Makefile Tue Jan 01 15:44:55 2008 +0000
+++ b/mail/alpine/Makefile Tue Jan 01 16:05:13 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2007/12/29 19:49:43 abs Exp $
+# $NetBSD: Makefile,v 1.10 2008/01/01 16:05:13 abs Exp $
#
DISTNAME= alpine-1.00
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.cac.washington.edu/alpine/
EXTRACT_SUFX= .tar.bz2
@@ -27,7 +28,7 @@
.include "../../mk/bsd.options.mk"
-.if ${OPSYS} == "NetBSD"
+.if ${OPSYS} == "NetBSD" && empty(OS_VERSION:M4.99.*) && empty(OS_VERSION:M[5-9]*)
CONFIGURE_ARGS+= --without-pthread
.endif
Home |
Main Index |
Thread Index |
Old Index