diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-26 17:46:07 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-26 17:46:07 +0000 |
commit | 07d8f2e4442841e255f2caa375479b48d8acbaa9 (patch) | |
tree | 2fa17726f175bdb6588cf3f7fd24b47187632ce1 /lang/perl58/Makefile | |
parent | 2483ebd6aad0064a405485373a304b3c8e556d4b (diff) | |
download | pkgsrc-07d8f2e4442841e255f2caa375479b48d8acbaa9.tar.gz |
perl58 apparently builds just fine on Darwin with buildlink2.
Diffstat (limited to 'lang/perl58/Makefile')
-rw-r--r-- | lang/perl58/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/perl58/Makefile b/lang/perl58/Makefile index 419cb933be2..f5a05152f82 100644 --- a/lang/perl58/Makefile +++ b/lang/perl58/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/08/23 00:31:56 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/08/26 17:46:07 jlam Exp $ .include "Makefile.common" @@ -38,12 +38,6 @@ 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. # |