diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-23 16:29:18 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-23 16:29:18 +0800 |
commit | 0489205d4b370e2e421851f3f00c5874f34a789e (patch) | |
tree | 1000b4a9730ca1b7386b5018296f4e2b59ca657b /www | |
parent | b9391b0266aa311ff8e76a1d6f5b0cf96dbe91d9 (diff) | |
download | freebsd-ports-gnome-0489205d4b370e2e421851f3f00c5874f34a789e.tar.gz freebsd-ports-gnome-0489205d4b370e2e421851f3f00c5874f34a789e.tar.zst freebsd-ports-gnome-0489205d4b370e2e421851f3f00c5874f34a789e.zip |
Per bento logs, mark as broken on recent versions of 5.x due to the gcc3.3
preprocessor being more strict. Informed maintainer.
Diffstat (limited to 'www')
-rw-r--r-- | www/wyvern/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/wyvern/Makefile b/www/wyvern/Makefile index 408c4176eae2..c442a8484084 100644 --- a/www/wyvern/Makefile +++ b/www/wyvern/Makefile @@ -29,6 +29,10 @@ MAKE_ARGS= rcdir="${LOCALBASE}/etc/rc.d" CONFIGURE_ARGS+= --enable-ipv6 .endif +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + post-extract: ${MV} ${WRKSRC}/htdocs/index.html ${WRKSRC}/htdocs/index.html-dist |