pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/modular-xorg-server modular-xorg-server: Put back ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c1be66a0bf7
branches:  trunk
changeset: 424313:2c1be66a0bf7
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Mar 08 16:12:31 2020 +0000

description:
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.

diffstat:

 x11/modular-xorg-server/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 1703574b1148 -r 2c1be66a0bf7 x11/modular-xorg-server/Makefile
--- a/x11/modular-xorg-server/Makefile  Sun Mar 08 16:08:01 2020 +0000
+++ b/x11/modular-xorg-server/Makefile  Sun Mar 08 16:12:31 2020 +0000
@@ -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+=       --disable-xephyr
 CONFIGURE_ARGS+=       --disable-xwayland
 CONFIGURE_ARGS+=       --disable-kdrive
-CONFIGURE_ARGS.SunOS+= --disable-input-thread
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index