summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorrichard <richard>2015-07-04 06:41:53 +0000
committerrichard <richard>2015-07-04 06:41:53 +0000
commited1b357ef5d44fa91f8ab3b5c1ad78400f1d3330 (patch)
treedd32350aed8b40c65bc25312b8dc52bd200829a0 /x11
parent341f7768e2da52e0e4bc89fa5cb2aa2ca92ad50c (diff)
downloadpkgsrc-ed1b357ef5d44fa91f8ab3b5c1ad78400f1d3330.tar.gz
SunOS needs -D__EXTENSIONS__
Diffstat (limited to 'x11')
-rw-r--r--x11/xf86-video-qxl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xf86-video-qxl/Makefile b/x11/xf86-video-qxl/Makefile
index 6553f5fa279..722a8bc16d4 100644
--- a/x11/xf86-video-qxl/Makefile
+++ b/x11/xf86-video-qxl/Makefile
@@ -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