pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/evilwm Add -D_XOPEN_SOURCE to MAKE_FLAGS to fix a s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c26fba4acde
branches:  trunk
changeset: 364632:1c26fba4acde
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun Jul 02 12:45:05 2017 +0000

description:
Add -D_XOPEN_SOURCE to MAKE_FLAGS to fix a segfault at runtime. Reported
by Oleksandr on pkgsrc-users months ago.

diffstat:

 wm/evilwm/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5f25eb60c48d -r 1c26fba4acde wm/evilwm/Makefile
--- a/wm/evilwm/Makefile        Sun Jul 02 11:12:01 2017 +0000
+++ b/wm/evilwm/Makefile        Sun Jul 02 12:45:05 2017 +0000
@@ -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 @@
 COMMENT=       Minimalist Window Manager for X
 
 USE_TOOLS+=    gmake
+MAKE_FLAGS+=   OPT_CPPFLAGS=-D_XOPEN_SOURCE
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 share/doc/evilwm
 



Home | Main Index | Thread Index | Old Index