pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ispell-base Fix abusers of LOWER_OPSYS to che...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0149c9e7a8c1
branches:  trunk
changeset: 534334:0149c9e7a8c1
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Oct 17 00:00:54 2007 +0000

description:
Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.

diffstat:

 textproc/ispell-base/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b289a763606f -r 0149c9e7a8c1 textproc/ispell-base/Makefile
--- a/textproc/ispell-base/Makefile     Tue Oct 16 23:48:58 2007 +0000
+++ b/textproc/ispell-base/Makefile     Wed Oct 17 00:00:54 2007 +0000
@@ -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 @@
 
 .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
 



Home | Main Index | Thread Index | Old Index