summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-03-08 16:12:31 +0000
committertnn <tnn@pkgsrc.org>2020-03-08 16:12:31 +0000
commit792fb97a5e744a3b670d30074b192b6e03770fb3 (patch)
tree2e46a03edaec115696d7ffb15d45d0dd422eb7cb
parent8e1fb2662855c118288ffbe09a3a4da872a7f9f4 (diff)
downloadpkgsrc-792fb97a5e744a3b670d30074b192b6e03770fb3.tar.gz
modular-xorg-server: Put back --enable-input-thread for SunOS
It's not possible to build without input-thread due to missing symbol ddxInputThreadInit. input-thread seems to no longer crash the server.
-rw-r--r--x11/modular-xorg-server/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/modular-xorg-server/Makefile b/x11/modular-xorg-server/Makefile
index a159346bd3e..9b74ba6af13 100644
--- a/x11/modular-xorg-server/Makefile
+++ b/x11/modular-xorg-server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.125 2020/01/15 14:24:03 wiz Exp $
+# $NetBSD: Makefile,v 1.126 2020/03/08 16:12:31 tnn Exp $
DISTNAME= xorg-server-${XORG_VERSION}
PKGNAME= modular-${DISTNAME}
@@ -16,7 +16,6 @@ CONFIGURE_ARGS+= --enable-xorg
CONFIGURE_ARGS+= --disable-xephyr
CONFIGURE_ARGS+= --disable-xwayland
CONFIGURE_ARGS+= --disable-kdrive
-CONFIGURE_ARGS.SunOS+= --disable-input-thread
.include "options.mk"