pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/modular-xorg-server
Module Name: pkgsrc
Committed By: tnn
Date: Sun Mar 8 16:12:31 UTC 2020
Modified Files:
pkgsrc/x11/modular-xorg-server: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 pkgsrc/x11/modular-xorg-server/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/modular-xorg-server/Makefile
diff -u pkgsrc/x11/modular-xorg-server/Makefile:1.125 pkgsrc/x11/modular-xorg-server/Makefile:1.126
--- pkgsrc/x11/modular-xorg-server/Makefile:1.125 Wed Jan 15 14:24:03 2020
+++ pkgsrc/x11/modular-xorg-server/Makefile Sun Mar 8 16:12:31 2020
@@ -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"
Home |
Main Index |
Thread Index |
Old Index