summaryrefslogtreecommitdiff
path: root/lang/perl58
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/perl58
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/perl58')
-rw-r--r--lang/perl58/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/lang/perl58/Makefile b/lang/perl58/Makefile
index 7d62af9dd4e..921f7878a14 100644
--- a/lang/perl58/Makefile
+++ b/lang/perl58/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2004/09/08 11:59:09 jlam Exp $
+# $NetBSD: Makefile,v 1.50 2004/10/01 20:52:26 jlam Exp $
# The following two variables should have empty values unless we're
# building a perl snapshot or release candidate.
@@ -101,7 +101,7 @@ CONFIGURE_ARGS+= -Duseithreads
MKPIC?= yes
-CONFIGURE_ARGS+= -Dcc="${PERL5_CC}"
+CONFIGURE_ARGS+= -Dcc="${CC}"
MAKE_ENV+= LANG=""
.if ${OPSYS} == "Interix"
@@ -189,16 +189,6 @@ MKPIC= no
.include "../../mk/compiler.mk"
-.if !empty(PKGSRC_COMPILER:Mmipspro)
-. if ${ABI} == "32"
-PERL5_CC= ${CC:T} -n32
-. elif ${ABI} == "64"
-PERL5_CC= ${CC:T} -64
-. endif
-.else
-PERL5_CC= ${CC:T}
-.endif
-
.if ${OPSYS} == "IRIX" && ${ABI} == "64"
CONFIGURE_ARGS+= -Duse64bitint
.endif