Subject: CVS commit: pkgsrc/lang/perl5
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 05/06/2006 12:32:20
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sat May  6 12:32:20 UTC 2006

Modified Files:
	pkgsrc/lang/perl5: Makefile distinfo
Added Files:
	pkgsrc/lang/perl5/patches: patch-aq patch-ar

Log Message:
GCC versions prior to 3.4 have a bug handling the "unused" attribute
in declarations when compiling C++ code.  Patch the perl.h and XSUB.h
headers to avoid using this attribute if using GCC<3.4 and building
C++ modules.  This fixes PR pkg/33403 by OBATA Akio.

Bump PKGREVISION to 2.


To generate a diff of this commit:
cvs rdiff -r1.119 -r1.120 pkgsrc/lang/perl5/Makefile
cvs rdiff -r1.33 -r1.34 pkgsrc/lang/perl5/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/lang/perl5/patches/patch-aq \
    pkgsrc/lang/perl5/patches/patch-ar

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.