Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2C6D17A263 for ; Sun, 26 Feb 2017 22:26:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 94FED85606; Sun, 26 Feb 2017 22:26:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2357585601 for ; Sun, 26 Feb 2017 22:26:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id AU5_wfkpF4X8 for ; Sun, 26 Feb 2017 22:26:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 35923855AC for ; Sun, 26 Feb 2017 22:26:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2D2E9FBE4; Sun, 26 Feb 2017 22:26:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148814800415650" MIME-Version: 1.0 Date: Sun, 26 Feb 2017 22:26:44 +0000 From: "Pierre Pronchery" Subject: CVS commit: pkgsrc/x11/modular-xorg-xephyr To: pkgsrc-changes@NetBSD.org Reply-To: khorben@netbsd.org X-Mailer: log_accum Message-Id: <20170226222644.2D2E9FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148814800415650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: khorben Date: Sun Feb 26 22:26:44 UTC 2017 Modified Files: pkgsrc/x11/modular-xorg-xephyr: Makefile Log Message: Fix build with native X11 on NetBSD Reported by cherry@, thanks! To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/modular-xorg-xephyr/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148814800415650 Content-Disposition: inline Content-Length: 737 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/modular-xorg-xephyr/Makefile diff -u pkgsrc/x11/modular-xorg-xephyr/Makefile:1.8 pkgsrc/x11/modular-xorg-xephyr/Makefile:1.9 --- pkgsrc/x11/modular-xorg-xephyr/Makefile:1.8 Sun Nov 1 22:58:52 2015 +++ pkgsrc/x11/modular-xorg-xephyr/Makefile Sun Feb 26 22:26:44 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/11/01 22:58:52 tnn Exp $ +# $NetBSD: Makefile,v 1.9 2017/02/26 22:26:44 khorben Exp $ DISTNAME= xorg-server-${XORG_VERSION} PKGNAME= modular-xorg-xephyr-${XORG_VERSION} @@ -33,4 +33,5 @@ post-install: .include "../../x11/xcb-util-renderutil/buildlink3.mk" .include "../../x11/xcb-util-wm/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_148814800415650--