summaryrefslogtreecommitdiff
path: root/lang/perl58
diff options
context:
space:
mode:
authorjlam <jlam>2002-08-23 00:31:56 +0000
committerjlam <jlam>2002-08-23 00:31:56 +0000
commit065840dcd5807d3aeb1060d63b0534b950bcbba1 (patch)
tree3d493e21360b6767612e68bc660bfc77d75e8245 /lang/perl58
parentda8adc5222945b17309c389d62589c4635f42fc1 (diff)
downloadpkgsrc-065840dcd5807d3aeb1060d63b0534b950bcbba1.tar.gz
Convert to use the buildlink2 framework (from lang/perl5-current on the
buildlink2 branch).
Diffstat (limited to 'lang/perl58')
-rw-r--r--lang/perl58/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/lang/perl58/Makefile b/lang/perl58/Makefile
index 121aecb31d1..419cb933be2 100644
--- a/lang/perl58/Makefile
+++ b/lang/perl58/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/08/08 06:10:05 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2002/08/23 00:31:56 jlam Exp $
.include "Makefile.common"
@@ -15,6 +15,7 @@ CONFLICTS= perl-5.00* perl-base-[0-9]* \
p5-Devel-DProf-[0-9]* p5-Devel-Peek-[0-9]* \
perl-mk-[0-9]*
+USE_BUILDLINK2= # defined
HAS_CONFIGURE= # defined
CONFIGURE_SCRIPT= ./Configure
CONFIGURE_ARGS+= -sde
@@ -37,6 +38,12 @@ MKPIC?= yes
#
USE_GMAKE= # defined
#
+# There seems to be a bug when using the buildlink2 wrapper scripts to
+# build perl on Darwin. Disable it for now until the problem is identified
+# and fixed.
+#
+. undef USE_BUILDLINK2
+#
# Perl is _always_ built using shared libraries on Darwin; there's no
# way to build a statically-linked perl binary.
#