- Mark BROKEN on -CURRENT: error: conflicting types for 'fexecve'
Reported by: pointyhat
This commit is contained in:
parent
6e743f405e
commit
8e87d68e0f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211991
1 changed files with 5 additions and 1 deletions
|
@ -21,8 +21,12 @@ PLIST_DIRS= %%DATADIR%%
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 800030
|
||||
BROKEN= does not compile
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "ia64"
|
||||
BROKEN= "Does not compile on ia64"
|
||||
BROKEN= does not compile on ia64
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
|
Loading…
Reference in a new issue