Received: by mail.netbsd.org (Postfix, from userid 605) id 10C2684DC5; Sun, 2 Jul 2017 12:45:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 96BF284DC4 for ; Sun, 2 Jul 2017 12:45:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id rzc8buJuXckw for ; Sun, 2 Jul 2017 12:45:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 060DB84DBB for ; Sun, 2 Jul 2017 12:45:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 007A5FAE8; Sun, 2 Jul 2017 12:45:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149899950590060" MIME-Version: 1.0 Date: Sun, 2 Jul 2017 12:45:05 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/wm/evilwm To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20170702124506.007A5FAE8@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_149899950590060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Sun Jul 2 12:45:05 UTC 2017 Modified Files: pkgsrc/wm/evilwm: Makefile Log Message: Add -D_XOPEN_SOURCE to MAKE_FLAGS to fix a segfault at runtime. Reported by Oleksandr on pkgsrc-users months ago. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/wm/evilwm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149899950590060 Content-Disposition: inline Content-Length: 632 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/evilwm/Makefile diff -u pkgsrc/wm/evilwm/Makefile:1.34 pkgsrc/wm/evilwm/Makefile:1.35 --- pkgsrc/wm/evilwm/Makefile:1.34 Wed Jul 29 17:12:31 2015 +++ pkgsrc/wm/evilwm/Makefile Sun Jul 2 12:45:05 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2015/07/29 17:12:31 youri Exp $ +# $NetBSD: Makefile,v 1.35 2017/07/02 12:45:05 bsiegert Exp $ # DISTNAME= evilwm-1.1.1 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.6809.org.uk/evilwm/ COMMENT= Minimalist Window Manager for X USE_TOOLS+= gmake +MAKE_FLAGS+= OPT_CPPFLAGS=-D_XOPEN_SOURCE INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/evilwm --_----------=_149899950590060--