diff options
Diffstat (limited to 'net/vls')
-rw-r--r-- | net/vls/Makefile | 4 |
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> |