mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
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:
parent
9c2a43230b
commit
bc40a456bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96375
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue