Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/dwm/
Date: Tue, 19 Feb 2019 14:59:21
Message-Id: 1550588334.d2f5a38fd7f9ece4299ae9a62b5336fa05c3b55e.grobian@gentoo
1 commit: d2f5a38fd7f9ece4299ae9a62b5336fa05c3b55e
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 19 14:58:54 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 19 14:58:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f5a38f
7
8 x11-wm/dwm: fix fontconfig path for Prefix by Susan Wilson
9
10 Closes: https://bugs.gentoo.org/675886
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 x11-wm/dwm/dwm-6.1-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-wm/dwm/dwm-6.1-r1.ebuild b/x11-wm/dwm/dwm-6.1-r1.ebuild
18 index 49ee11e91a5..27ca2fa28dd 100644
19 --- a/x11-wm/dwm/dwm-6.1-r1.ebuild
20 +++ b/x11-wm/dwm/dwm-6.1-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -35,7 +35,7 @@ src_prepare() {
28 -e "s@/usr/X11R6/include@${EPREFIX}/usr/include/X11@" \
29 -e "s@/usr/X11R6/lib@${EPREFIX}/usr/lib@" \
30 -e "s@-I/usr/include@@" -e "s@-L/usr/lib@@" \
31 - -e "s/\/freetype2/\ -I\/usr\/include\/freetype2/" \
32 + -e "s@/freetype2@ -I${EPREFIX}/usr/include/freetype2@" \
33 config.mk || die
34 sed -i \
35 -e '/@echo CC/d' \