We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4008aff commit 5727a8eCopy full SHA for 5727a8e
1 file changed
x11/modular-xorg-server/Makefile
@@ -1,7 +1,8 @@
1
-# $NetBSD: Makefile,v 1.111 2016/11/16 10:14:36 wiz Exp $
+# $NetBSD: Makefile,v 1.112 2017/07/07 12:12:34 jperkin Exp $
2
3
DISTNAME= xorg-server-${XORG_VERSION}
4
PKGNAME= modular-${DISTNAME}
5
+PKGREVISION= 1
6
7
MAINTAINER= pkgsrc-users@NetBSD.org
8
COMMENT= Modular X11 server from modular X.org
@@ -15,6 +16,7 @@ NOT_FOR_PLATFORM= Darwin-*-*
15
16
CONFIGURE_ARGS+= --enable-xorg
17
CONFIGURE_ARGS+= --disable-xephyr
18
CONFIGURE_ARGS+= --disable-kdrive
19
+CONFIGURE_ARGS.SunOS+= --disable-input-thread
20
21
.include "options.mk"
22
0 commit comments