SunOS needs -D__EXTENSIONS__

This commit is contained in:
richard 2015-07-04 06:41:53 +00:00
parent cf2d5869ef
commit 399c623fb9

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2015/07/02 03:37:49 rodent Exp $
# $NetBSD: Makefile,v 1.2 2015/07/04 06:41:53 richard Exp $
DISTNAME= xf86-video-qxl-0.1.4
CATEGORIES= x11
@ -17,6 +17,7 @@ USE_TOOLS+= pkg-config
.include "options.mk"
.if ${OPSYS} == "SunOS"
CPPFLAGS+= -D__EXTENSIONS__
CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4
.endif