summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortnn <tnn>2007-10-17 00:00:54 +0000
committertnn <tnn>2007-10-17 00:00:54 +0000
commit5ba5cc48b0133c8116d4ae450249dcb4620a9447 (patch)
tree37685bae99e9f69796c9037020b95b4a3861b742 /textproc
parent3b59682564cbc2467ee05d18fd888d19bad13868 (diff)
downloadpkgsrc-5ba5cc48b0133c8116d4ae450249dcb4620a9447.tar.gz
Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ispell-base/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ispell-base/Makefile b/textproc/ispell-base/Makefile
index 3b424bc76e1..3b29412162f 100644
--- a/textproc/ispell-base/Makefile
+++ b/textproc/ispell-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2007/03/24 19:21:32 joerg Exp $
+# $NetBSD: Makefile,v 1.31 2007/10/17 00:00:54 tnn Exp $
#
DISTNAME= ispell-3.3.02
@@ -19,7 +19,7 @@ MAKE_FLAGS+= TMPDIR=${WRKDIR:Q}
.include "../../mk/bsd.prefs.mk"
-.if exists(/usr/include/inttypes.h) && ${LOWER_OPSYS} != "irix5.3"
+.if exists(/usr/include/inttypes.h) && !empty(MACHINE_PLATFORM:MIRIX-5.3-*)
CFLAGS+= -DHAVE_INTTYPES_H
.endif