Skip to content

Commit 5727a8e

Browse files
author
jperkin
committed
Disable input threading on SunOS, it immediately core dumps. Bump PKGREVISION.
1 parent 4008aff commit 5727a8e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

x11/modular-xorg-server/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# $NetBSD: Makefile,v 1.111 2016/11/16 10:14:36 wiz Exp $
1+
# $NetBSD: Makefile,v 1.112 2017/07/07 12:12:34 jperkin Exp $
22

33
DISTNAME= xorg-server-${XORG_VERSION}
44
PKGNAME= modular-${DISTNAME}
5+
PKGREVISION= 1
56

67
MAINTAINER= pkgsrc-users@NetBSD.org
78
COMMENT= Modular X11 server from modular X.org
@@ -15,6 +16,7 @@ NOT_FOR_PLATFORM= Darwin-*-*
1516
CONFIGURE_ARGS+= --enable-xorg
1617
CONFIGURE_ARGS+= --disable-xephyr
1718
CONFIGURE_ARGS+= --disable-kdrive
19+
CONFIGURE_ARGS.SunOS+= --disable-input-thread
1820

1921
.include "options.mk"
2022

0 commit comments

Comments
 (0)