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 Disable input threading on Sun...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/425596a11b37
branches:  trunk
changeset: 364944:425596a11b37
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Jul 07 12:12:34 2017 +0000

description:
Disable input threading on SunOS, it immediately core dumps.  Bump PKGREVISION.

diffstat:

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

diffs (21 lines):

diff -r 1613340bd12e -r 425596a11b37 x11/modular-xorg-server/Makefile
--- a/x11/modular-xorg-server/Makefile  Fri Jul 07 11:30:45 2017 +0000
+++ b/x11/modular-xorg-server/Makefile  Fri Jul 07 12:12:34 2017 +0000
@@ -1,7 +1,8 @@
-# $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 $
 
 DISTNAME=      xorg-server-${XORG_VERSION}
 PKGNAME=       modular-${DISTNAME}
+PKGREVISION=   1
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Modular X11 server from modular X.org
@@ -15,6 +16,7 @@
 CONFIGURE_ARGS+=       --enable-xorg
 CONFIGURE_ARGS+=       --disable-xephyr
 CONFIGURE_ARGS+=       --disable-kdrive
+CONFIGURE_ARGS.SunOS+= --disable-input-thread
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index