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:           Sat Sep 15 19:40:50 UTC 2018

Modified Files:
        pkgsrc/wm/evilwm: Makefile

Log Message:
evilwm: Don't obliterate OPT_CPPFLAGS.

Bump PKGREVISION due to build option changes.  PR#53607.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 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.36 pkgsrc/wm/evilwm/Makefile:1.37
--- pkgsrc/wm/evilwm/Makefile:1.36      Fri Jul  7 13:08:07 2017
+++ pkgsrc/wm/evilwm/Makefile   Sat Sep 15 19:40:50 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2017/07/07 13:08:07 jperkin Exp $
-#
+# $NetBSD: Makefile,v 1.37 2018/09/15 19:40:50 jperkin Exp $
 
 DISTNAME=      evilwm-1.1.1
+PKGREVISION=   1
 CATEGORIES=    wm x11
 MASTER_SITES=  http://www.6809.org.uk/evilwm/
 
@@ -10,7 +10,8 @@ HOMEPAGE=     http://www.6809.org.uk/evilwm/
 COMMENT=       Minimalist Window Manager for X
 
 USE_TOOLS+=    gmake
-MAKE_FLAGS+=   OPT_CPPFLAGS=-D_XOPEN_SOURCE=600
+
+CPPFLAGS.NetBSD+=      -D_NETBSD_SOURCE
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 share/doc/evilwm
 



Home | Main Index | Thread Index | Old Index