Change these back from ONLY_FOR to merely marking them broken on arm.

Reported by:	matthew@reztek.cz
Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2016-12-09 22:52:46 +00:00
parent 6f71b86654
commit cecaf8dd5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428258
2 changed files with 4 additions and 2 deletions

View File

@ -9,6 +9,7 @@ COMMENT= X.Org siliconmotion display driver
XORG_CAT= driver
ONLY_FOR_ARCHS= amd64 i386
BROKEN_aarch64= error: implicit declaration of function outb is invalid in C99
BROKEN_armv6= error: implicit declaration of function outb is invalid in C99
.include <bsd.port.mk>

View File

@ -10,6 +10,7 @@ COMMENT= X.Org tseng display driver
XORG_CAT= driver
ONLY_FOR_ARCHS= amd64 i386
BROKEN_aarch64= error: implicit declaration of function outb is invalid in C99
BROKEN_armv6= error: implicit declaration of function outb is invalid in C99
.include <bsd.port.mk>