aboutsummaryrefslogtreecommitdiffstats
path: root/net/licq
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2004-07-20 13:41:42 +0800
committerdinoex <dinoex@FreeBSD.org>2004-07-20 13:41:42 +0800
commit7d450112a43d33519407ba8911ce33747f860bdf (patch)
treeabb920330b3a79e0bd3eeed8196a65900933e382 /net/licq
parentd1fcdf2ed0a6090fcdc2a477eab79002de985d4f (diff)
downloadfreebsd-ports-graphics-7d450112a43d33519407ba8911ce33747f860bdf.tar.gz
freebsd-ports-graphics-7d450112a43d33519407ba8911ce33747f860bdf.tar.zst
freebsd-ports-graphics-7d450112a43d33519407ba8911ce33747f860bdf.zip
- mark BROKEN with new gcc
Diffstat (limited to 'net/licq')
-rw-r--r--net/licq/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/licq/Makefile b/net/licq/Makefile
index 90714e4f753..055a19cc514 100644
--- a/net/licq/Makefile
+++ b/net/licq/Makefile
@@ -59,4 +59,9 @@ post-install:
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc"
+
+.if ${OSVERSION} >= 502122
+BROKEN= new gcc: cast to non-reference type
+.endif
+
.include <bsd.port.post.mk>