diff options
Diffstat (limited to 'lang/perl5')
-rw-r--r-- | lang/perl5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index 4809dcff363..81a6b6eb1a9 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2004/03/02 06:13:28 uebayasi Exp $ +# $NetBSD: Makefile,v 1.81 2004/04/12 03:07:50 jschauma Exp $ .include "../../lang/perl5/Makefile.common" @@ -56,7 +56,7 @@ CONFIGURE_ARGS+= -Dinstallsiteman1dir="${VIEWBASE}/man/man1" MKPIC?= yes -.if ${OPSYS} == "IRIX" +.if ${OPSYS} == "IRIX" && defined(USE_MIPSPRO) . if ${ABI} == "32" CONFIGURE_ARGS+= -Dcc='cc -n32' . elif ${ABI} == "64" |