diff options
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 1ab3cbc002c..613ac60d075 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2007/10/16 23:49:00 tnn Exp $ +# $NetBSD: Makefile,v 1.54 2008/03/11 18:47:41 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 ${OPSYS} == "IRIX" +.if !empty(MACHINE_PLATFORM:MIRIX-5*) CPPFLAGS+= -DDECLARE_VSNPRINTF -DDECLARE_SNPRINTF # IRIX 5 has an older implementation of signal() CPPFLAGS+= -DHAVE_OLD_SIGNAL |