aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
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-im
parentd1fcdf2ed0a6090fcdc2a477eab79002de985d4f (diff)
downloadfreebsd-ports-gnome-7d450112a43d33519407ba8911ce33747f860bdf.tar.gz
freebsd-ports-gnome-7d450112a43d33519407ba8911ce33747f860bdf.tar.zst
freebsd-ports-gnome-7d450112a43d33519407ba8911ce33747f860bdf.zip
- mark BROKEN with new gcc
Diffstat (limited to 'net-im')
-rw-r--r--net-im/licq/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile
index 90714e4f7536..055a19cc514d 100644
--- a/net-im/licq/Makefile
+++ b/net-im/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>