Per bento logs, mark as broken on 5.x due to varargs.h being deprecated

in gcc3.3.  Notified maintainer.
This commit is contained in:
Mark Linimon 2003-12-21 23:56:02 +00:00
parent 9c2a43230b
commit bc40a456bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96375

View file

@ -22,4 +22,10 @@ USE_XPM= yes
MAN1= xisp.1
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile due to deprecation of varargs.h"
.endif
.include <bsd.port.post.mk>