pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/perl5 The error messages on AIX are weird, but ma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a9bce9f6ff4
branches:  trunk
changeset: 528110:4a9bce9f6ff4
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Apr 21 09:41:00 2007 +0000

description:
The error messages on AIX are weird, but maybe someone understands them.

diffstat:

 lang/perl5/module.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6bd931a16b5a -r 4a9bce9f6ff4 lang/perl5/module.mk
--- a/lang/perl5/module.mk      Sat Apr 21 08:37:08 2007 +0000
+++ b/lang/perl5/module.mk      Sat Apr 21 09:41:00 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: module.mk,v 1.53 2006/10/04 22:24:49 rillig Exp $
+# $NetBSD: module.mk,v 1.54 2007/04/21 09:41:00 rillig Exp $
 #
 # This Makefile fragment is intended to be included by packages that build
 # and install perl5 modules.
@@ -46,6 +46,7 @@
 
 .include "../../mk/compiler.mk"
 
+# see http://mail-index.netbsd.org/tech-pkg/2007/04/20/0004.html
 .if ${OPSYS} == "AIX"
 .  if !empty(CC_VERSION:Mgcc*)
 BROKEN=                Perl does not like building with GCC on AIX, please use a different compiler



Home | Main Index | Thread Index | Old Index