freebsd-ports/x11-drivers/xf86-video-geode/Makefile
Niclas Zeising db0023fac1 x11-drivers/xf86-video-geode: Fix -fno-common
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)
2020-08-24 20:21:07 +00:00

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>