diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-02-15 15:15:43 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-02-15 15:15:43 +0000 |
commit | fe4df23b773faed6d132d93f7e088cbddcd6d8c4 (patch) | |
tree | a49f54e6471987e5a5df8f54e13d07ed6e7dd24c /x11-wm/dwm | |
parent | Old. (diff) | |
download | gentoo-2-fe4df23b773faed6d132d93f7e088cbddcd6d8c4.tar.gz gentoo-2-fe4df23b773faed6d132d93f7e088cbddcd6d8c4.tar.bz2 gentoo-2-fe4df23b773faed6d132d93f7e088cbddcd6d8c4.zip |
Do not add -g to CFLAGS by Agostino Sarubbo (bug #386089).
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm/dwm')
-rw-r--r-- | x11-wm/dwm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/dwm/dwm-6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-wm/dwm/ChangeLog b/x11-wm/dwm/ChangeLog index 5a5bce303e6f..51ca6b2f06ca 100644 --- a/x11-wm/dwm/ChangeLog +++ b/x11-wm/dwm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/dwm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/dwm/ChangeLog,v 1.78 2012/01/03 20:05:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/dwm/ChangeLog,v 1.79 2012/02/15 15:15:43 jer Exp $ + + 15 Feb 2012; Jeroen Roovers <jer@gentoo.org> dwm-6.0.ebuild: + Do not add -g to CFLAGS by Agostino Sarubbo (bug #386089). 03 Jan 2012; Mike Frysinger <vapier@gentoo.org> dwm-6.0.ebuild: Do not bother saving config.h as a doc since we use savedconfig.eclass and it diff --git a/x11-wm/dwm/dwm-6.0.ebuild b/x11-wm/dwm/dwm-6.0.ebuild index 344ab2dd190c..2763e320cdec 100644 --- a/x11-wm/dwm/dwm-6.0.ebuild +++ b/x11-wm/dwm/dwm-6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/dwm/dwm-6.0.ebuild,v 1.3 2012/01/03 20:05:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/dwm/dwm-6.0.ebuild,v 1.4 2012/02/15 15:15:43 jer Exp $ EAPI="4" @@ -24,7 +24,7 @@ RDEPEND="${DEPEND}" src_prepare() { sed -i \ - -e "s/CFLAGS = -std=c99 -pedantic -Wall -Os/CFLAGS += -std=c99 -pedantic -Wall -g/" \ + -e "s/CFLAGS = -std=c99 -pedantic -Wall -Os/CFLAGS += -std=c99 -pedantic -Wall/" \ -e "/^LDFLAGS/{s|=|+=|g;s|-s ||g}" \ -e "s/#XINERAMALIBS =/XINERAMALIBS ?=/" \ -e "s/#XINERAMAFLAGS =/XINERAMAFLAGS ?=/" \ |