- Mark BROKEN on -CURRENT: error: conflicting types for 'fexecve'

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2008-04-25 23:11:46 +00:00
parent 6e743f405e
commit 8e87d68e0f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211991

View file

@ -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: