diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-23 16:29:18 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-23 16:29:18 +0800 |
commit | 430e4d6c85064d3c8bab055dd02aa7e0d8460a3c (patch) | |
tree | 6a6f5b9b23b4e154b20e1b4fae47b9b74f531371 /www/wyvern | |
parent | 2da606ed997160f77b5da866aba074aef9ebb8e4 (diff) | |
download | freebsd-ports-gnome-430e4d6c85064d3c8bab055dd02aa7e0d8460a3c.tar.gz freebsd-ports-gnome-430e4d6c85064d3c8bab055dd02aa7e0d8460a3c.tar.zst freebsd-ports-gnome-430e4d6c85064d3c8bab055dd02aa7e0d8460a3c.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/wyvern')
-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 |