diff options
author | tnn <tnn@pkgsrc.org> | 2007-10-16 23:48:58 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2007-10-16 23:48:58 +0000 |
commit | 549ee5b395721eb0e12449ec55ab9ef42a07bef1 (patch) | |
tree | b29811eb6b46cc5f60ca30ac6cd4ef5482fa68eb /textproc/aspell/Makefile | |
parent | 775f29e6bc17e435a116e1b2424a27d6dd91b3b7 (diff) | |
download | pkgsrc-549ee5b395721eb0e12449ec55ab9ef42a07bef1.tar.gz |
Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.
Diffstat (limited to 'textproc/aspell/Makefile')
-rw-r--r-- | textproc/aspell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 252dc5fed8a..1ab3cbc002c 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2007/09/11 18:42:30 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2007/10/16 23:49:00 tnn Exp $ # DISTNAME= aspell-0.60.5 @@ -31,7 +31,7 @@ CONFIGURE_ENV+= gt_cv_func_gnugettext1_libintl=yes .include "../../mk/bsd.prefs.mk" -.if !empty(LOWER_OPSYS:Mirix5*) +.if ${OPSYS} == "IRIX" CPPFLAGS+= -DDECLARE_VSNPRINTF -DDECLARE_SNPRINTF # IRIX 5 has an older implementation of signal() CPPFLAGS+= -DHAVE_OLD_SIGNAL |