diff options
Diffstat (limited to 'x11-wm/cwm/cwm-9999.ebuild')
-rw-r--r-- | x11-wm/cwm/cwm-9999.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-wm/cwm/cwm-9999.ebuild b/x11-wm/cwm/cwm-9999.ebuild index a6e53cadb16d..67bee50c035d 100644 --- a/x11-wm/cwm/cwm-9999.ebuild +++ b/x11-wm/cwm/cwm-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/cwm/cwm-9999.ebuild,v 1.4 2012/10/06 12:33:54 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/cwm/cwm-9999.ebuild,v 1.5 2013/08/27 20:12:55 xmw Exp $ -EAPI=4 +EAPI=5 -inherit flag-o-matic toolchain-funcs git-2 +inherit toolchain-funcs git-2 DESCRIPTION="OpenBSD fork of calmwm, a clean and lightweight window manager" HOMEPAGE="http://www.openbsd.org/cgi-bin/cvsweb/xenocara/app/cwm/ @@ -32,7 +32,6 @@ pkg_setup() { } src_compile() { - #append-cflags -D_GNU_SOURCE #bug 417047 emake CFLAGS="${CFLAGS} -D_GNU_SOURCE" CC="$(tc-getCC)" } |