diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-07-20 05:41:42 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-07-20 05:41:42 +0000 |
commit | 96f102e818574a07319f6455f62a4bc20d90af4d (patch) | |
tree | c850bc09bec592f22d7a4feeb521834257b98dfe /net/vls | |
parent | b28d1c274c1309c1b28cc0b2cd010a30cfa94e4d (diff) |
- mark BROKEN with new gcc
Notes
Notes:
svn path=/head/; revision=114267
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> |