aboutsummaryrefslogtreecommitdiff
path: root/net/vls/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/vls/Makefile')
-rw-r--r--net/vls/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/vls/Makefile b/net/vls/Makefile
index 8a5745ba291a..cd45641daa7d 100644
--- a/net/vls/Makefile
+++ b/net/vls/Makefile
@@ -48,7 +48,8 @@ CONFIGURE_ENV+= VLS_LIB="-L/usr/lib -lcipher"
.endif
.if ${OSVERSION} >= 502122
-BROKEN= new gcc: an explicit specialization must be preceded by template
+# allow nonconforming code to compile
+CFLAGS+= -fpermissive
.endif
.include <bsd.port.post.mk>