diff options
author | tnn <tnn@pkgsrc.org> | 2007-10-17 00:00:54 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2007-10-17 00:00:54 +0000 |
commit | 268d0451ebab29515f96d1310defee3655ac713a (patch) | |
tree | 37685bae99e9f69796c9037020b95b4a3861b742 /textproc | |
parent | 24d5b5440929de9526a6f56e677b8849f624fc21 (diff) | |
download | pkgsrc-268d0451ebab29515f96d1310defee3655ac713a.tar.gz |
Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell-base/Makefile | 4 |
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 |