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:   jperkin
Date:           Fri Jul  7 13:08:08 UTC 2017

Modified Files:
        pkgsrc/wm/evilwm: Makefile

Log Message:
Fix setting of _XOPEN_SOURCE.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 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.35 pkgsrc/wm/evilwm/Makefile:1.36
--- pkgsrc/wm/evilwm/Makefile:1.35      Sun Jul  2 12:45:05 2017
+++ pkgsrc/wm/evilwm/Makefile   Fri Jul  7 13:08:07 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2017/07/02 12:45:05 bsiegert Exp $
+# $NetBSD: Makefile,v 1.36 2017/07/07 13:08:07 jperkin Exp $
 #
 
 DISTNAME=      evilwm-1.1.1
@@ -10,7 +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
+MAKE_FLAGS+=   OPT_CPPFLAGS=-D_XOPEN_SOURCE=600
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 share/doc/evilwm
 



Home | Main Index | Thread Index | Old Index