db0023fac1
Fix the build of x11-drivers/xf86-video-geode when compiled with -fno-common, which is the default with llvm 11. While here, add license. MFH: 2020Q3 (implicit, -fno-common fixes, ok by joenum)
19 lines
341 B
Makefile
19 lines
341 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xf86-video-geode
|
|
PORTVERSION= 2.11.20
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-drivers
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X.Org geode display driver
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= xorg-cat:driver
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
ONLY_FOR_ARCHS_REASON= Geode processors are 32bit x86 only
|
|
|
|
.include <bsd.port.mk>
|