diff options
author | manu <manu> | 2001-04-12 18:14:16 +0000 |
---|---|---|
committer | manu <manu> | 2001-04-12 18:14:16 +0000 |
commit | 4e43d3d57d6201e6628319f2e0204c50177540a5 (patch) | |
tree | c44fea551546ae11a2ceba69a5eec53901a138da /lang/perl5 | |
parent | 3877047e79d4582a38df3495ada7b186425c2379 (diff) | |
download | pkgsrc-4e43d3d57d6201e6628319f2e0204c50177540a5.tar.gz |
Modified the link process of the perl executable so that all libgcc.a is
included in the perl executable. We need this to make the upcoming
xerces-perl package working.
This hack should be made obsolete by gcc-3.0, which will have a libgcc.so.
See http://mail-index.netbsd.org/tech-pkg/2001/04/07/0000.html for more details
Diffstat (limited to 'lang/perl5')
-rw-r--r-- | lang/perl5/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index b58de559505..76eafc6470b 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2001/02/20 16:33:35 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2001/04/12 18:14:16 manu Exp $ -DISTNAME= perl-5.6.0nb4 +DISTNAME= perl-5.6.0nb5 CATEGORIES= lang devel perl5 MASTER_SITES= # empty DISTFILES= # empty @@ -9,7 +9,7 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://language.perl.com/index.html COMMENT= Practical Extraction and Report Language -DEPENDS+= perl-base>=5.6.0:../../lang/perl5-base +DEPENDS+= perl-base>=5.6.0nb1:../../lang/perl5-base DEPENDS+= p5-Data-Dumper>=2.101:../../devel/p5-Data-Dumper DEPENDS+= p5-Devel-DProf>=19990108:../../devel/p5-Devel-DProf DEPENDS+= p5-Devel-Peek>=1.0001:../../devel/p5-Devel-Peek |