summaryrefslogtreecommitdiff
path: root/chat/centericq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/centericq/Makefile')
-rw-r--r--chat/centericq/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/chat/centericq/Makefile b/chat/centericq/Makefile
index 2b7716d4549..007787f27ac 100644
--- a/chat/centericq/Makefile
+++ b/chat/centericq/Makefile
@@ -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 @@ EVAL_PREFIX+= SOX_PREFIX=sox
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"