diff options
author | xtraeme <xtraeme> | 2004-06-17 16:07:24 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-06-17 16:07:24 +0000 |
commit | 8dd4e0099b563535b37e0b3c6a89f4cec2a94b2c (patch) | |
tree | 354994ab0d035ea04e69bc572b44c07560546300 /lang/perl58 | |
parent | e296ede88deca8b0c371321c34f29d933ad27a8b (diff) | |
download | pkgsrc-8dd4e0099b563535b37e0b3c6a89f4cec2a94b2c.tar.gz |
Fix PERL5_ARCHLIB in lang/perl58-thread, which contains the suffix
"-thread-multi", with this change games/frozen-bubble finally works, yay!.
Bump PKGREVISION.
Diffstat (limited to 'lang/perl58')
-rw-r--r-- | lang/perl58/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/perl58/Makefile b/lang/perl58/Makefile index 38778dec899..9e7c142577a 100644 --- a/lang/perl58/Makefile +++ b/lang/perl58/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2004/05/05 03:14:33 jschauma Exp $ +# $NetBSD: Makefile,v 1.46 2004/06/17 16:07:25 xtraeme Exp $ # The following two variables should have empty values unless we're # building a perl snapshot or release candidate. @@ -91,6 +91,8 @@ PERL5_PKGSUFFIX= # empty CONFLICTS+= perl-thread-[0-9]* CONFIGURE_ARGS+= -Uuseithreads .else +PKGREVISION= 1 +PERL5_ARCHLIB= ${PREFIX}/lib/perl5/${PERL5_VERS}/${MACHINE_ARCH}-${LOWER_OPSYS}-thread-multi PERL5_PKGSUFFIX= -thread CONFLICTS+= perl-[0-9]* CONFIGURE_ARGS+= -Duseithreads |