diff options
author | jschauma <jschauma@pkgsrc.org> | 2004-04-12 03:07:50 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2004-04-12 03:07:50 +0000 |
commit | 725bf2464ac91e21363e7eeb1482904ddecb416e (patch) | |
tree | e00d0e469e2bc3b5fa10c67c0c2578ff1e15bbe1 /lang/perl5 | |
parent | 0444cb314dc6a66629310dd82cce17d3e1c74cc2 (diff) | |
download | pkgsrc-725bf2464ac91e21363e7eeb1482904ddecb416e.tar.gz |
Address PR pkg/25147:
only set mipspro specific compiler flags when using mipspro.
Otherwise, defaults will do.
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" |