summaryrefslogtreecommitdiff
path: root/lang/perl5
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-10-01 20:52:25 +0000
committerjlam <jlam@pkgsrc.org>2004-10-01 20:52:25 +0000
commit9518343102c6ff15d82a35cb4c7df790a81b4507 (patch)
tree3f7453826026987f761b21119538d74728648a66 /lang/perl5
parentcdf5e35a11fc606b66c478f4d93bae72e84affde (diff)
downloadpkgsrc-9518343102c6ff15d82a35cb4c7df790a81b4507.tar.gz
Remove MIPSpro bits that added -n32 or -64 depending on the ABI; this
handling has been moved into mk/compiler/mipspro.mk.
Diffstat (limited to 'lang/perl5')
-rw-r--r--lang/perl5/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile
index 6bc0cc8c481..9d82369b764 100644
--- a/lang/perl5/Makefile
+++ b/lang/perl5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2004/08/27 06:29:08 jlam Exp $
+# $NetBSD: Makefile,v 1.86 2004/10/01 20:52:25 jlam Exp $
.include "../../lang/perl5/Makefile.common"
@@ -57,14 +57,6 @@ CONFIGURE_ARGS+= -Dinstallsiteman1dir="${VIEWBASE}/man/man1"
MKPIC?= yes
-.if !empty(PKGSRC_COMPILER:Mmipspro*)
-. if ${ABI} == "32"
-CONFIGURE_ARGS+= -Dcc='cc -n32'
-. elif ${ABI} == "64"
-CONFIGURE_ARGS+= -Dcc='cc -64'
-. endif
-.endif
-
.if ${OPSYS} == "IRIX" && ${ABI} == "64"
CONFIGURE_ARGS+= -Duse64bitint
.endif