aboutsummaryrefslogtreecommitdiffstats
path: root/net/vls
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/vls
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/vls')
-rw-r--r--net/vls/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/vls/Makefile b/net/vls/Makefile
index 95f1cef59086..8a5745ba291a 100644
--- a/net/vls/Makefile
+++ b/net/vls/Makefile
@@ -47,4 +47,8 @@ pre-install:
CONFIGURE_ENV+= VLS_LIB="-L/usr/lib -lcipher"
.endif
+.if ${OSVERSION} >= 502122
+BROKEN= new gcc: an explicit specialization must be preceded by template
+.endif
+
.include <bsd.port.post.mk>