From 32ba08f46ff7d14760c438d20d0afbcc8e6ef884 Mon Sep 17 00:00:00 2001 From: skrll Date: Mon, 21 Oct 2002 23:36:13 +0000 Subject: Correct the logic around --enable-syscall-hard Bump PKGREVISION++ Thanks to Rhialto for pointing this out. This will probably fix the xmms problems as well. --- devel/pth/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'devel') diff --git a/devel/pth/Makefile b/devel/pth/Makefile index 34d78bdf088..a77d65b2cd8 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.50 2002/10/18 19:22:09 jlam Exp $ +# $NetBSD: Makefile,v 1.51 2002/10/21 23:36:13 skrll Exp $ # DISTNAME= pth-1.4.1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=pth/} @@ -29,13 +29,11 @@ PLIST_SUBST+= PTH_MAJOR=${PTH_MAJOR} PTH_MINOR=${PTH_MINOR} .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" -. if ${MACHINE_ARCH} == "m68k" -. if !empty(OS_VERSION:M1.5.[12]*) || !empty(OS_VERSION:M1.[0-4]*) +. if ${MACHINE_ARCH} == "m68k" && (!empty(OS_VERSION:M1.5.[12]*) || !empty(OS_VERSION:M1.[0-4]*)) pre-configure: @${ECHO} Building without --enable-syscall-hard. lib/18644 needs fixing. -. else +. else CONFIGURE_ARGS+= --enable-syscall-hard -. endif . endif .endif -- cgit v1.2.3