pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/centericq NetBSD 1.6.2/sparc64 needs GCC 3.0 or b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bca63a0e615f
branches: trunk
changeset: 488638:bca63a0e615f
user: hubertf <hubertf%pkgsrc.org@localhost>
date: Sat Feb 05 12:16:13 2005 +0000
description:
NetBSD 1.6.2/sparc64 needs GCC 3.0 or better, the 2.95.x compiler
shipped with 1.6.2 dies with an internal compiler error.
Fixes PR pkg/29185.
diffstat:
chat/centericq/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 23a154882730 -r bca63a0e615f chat/centericq/Makefile
--- a/chat/centericq/Makefile Sat Feb 05 11:20:10 2005 +0000
+++ b/chat/centericq/Makefile Sat Feb 05 12:16:13 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2005/01/03 15:59:12 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2005/02/05 12:16:13 hubertf Exp $
#
DISTNAME= centericq-4.13.0
@@ -38,6 +38,10 @@
CPPFLAGS+= -DAUDIO_PLAYER=\"\\\"${SOX_PREFIX}/bin/play\\\"\"
.endif
+.if !empty(MACHINE_ARCH:Msparc64)
+GCC_REQD+= 3.0 # see PR 29185
+.endif
+
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index