From 244edcab3647e0069f736a954895230fa8dd6637 Mon Sep 17 00:00:00 2001 From: richard Date: Sat, 4 Jul 2015 06:44:49 +0000 Subject: SunOS needs c99 --- x11/xf86-input-mutouch/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x11') 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 -- cgit v1.2.3