bf43557044
armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run
18 lines
459 B
Makefile
18 lines
459 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xf86-video-siliconmotion
|
|
PORTVERSION= 1.7.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-drivers
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X.Org siliconmotion display driver
|
|
|
|
XORG_CAT= driver
|
|
|
|
BROKEN_aarch64= error: implicit declaration of function outb is invalid in C99
|
|
BROKEN_armv6= error: implicit declaration of function outb is invalid in C99
|
|
BROKEN_armv7= error: implicit declaration of function outb is invalid in C99
|
|
|
|
.include <bsd.port.mk>
|