summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorrichard <richard>2015-07-04 06:44:49 +0000
committerrichard <richard>2015-07-04 06:44:49 +0000
commit244edcab3647e0069f736a954895230fa8dd6637 (patch)
tree92d9698a5a82eab3ac477821b7748ccdcc3b741e /x11
parented1b357ef5d44fa91f8ab3b5c1ad78400f1d3330 (diff)
downloadpkgsrc-244edcab3647e0069f736a954895230fa8dd6637.tar.gz
SunOS needs c99
Diffstat (limited to 'x11')
-rw-r--r--x11/xf86-input-mutouch/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xf86-input-mutouch/Makefile b/x11/xf86-input-mutouch/Makefile
index f4040d1a9fa..09fb869f7a9 100644
--- a/x11/xf86-input-mutouch/Makefile
+++ b/x11/xf86-input-mutouch/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:44:49 richard Exp $
DISTNAME= xf86-input-mutouch-1.3.0
CATEGORIES= x11
@@ -17,6 +17,7 @@ USE_TOOLS+= pkg-config
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
+USE_LANGUAGES=+ c99
CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4
.endif