pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wm/evilwm
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.
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
Home |
Main Index |
Thread Index |
Old Index