diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-02-19 15:58:54 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-02-19 15:58:54 +0100 |
commit | d2f5a38fd7f9ece4299ae9a62b5336fa05c3b55e (patch) | |
tree | 6db1708aa44b2a050bd55873348cca2ef878a9a3 /x11-wm | |
parent | dev-lang/ruby: fix for Prefix by Madhu, bug #677878 (diff) | |
download | gentoo-d2f5a38fd7f9ece4299ae9a62b5336fa05c3b55e.tar.gz gentoo-d2f5a38fd7f9ece4299ae9a62b5336fa05c3b55e.tar.bz2 gentoo-d2f5a38fd7f9ece4299ae9a62b5336fa05c3b55e.zip |
x11-wm/dwm: fix fontconfig path for Prefix by Susan Wilson
Closes: https://bugs.gentoo.org/675886
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/dwm/dwm-6.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/dwm/dwm-6.1-r1.ebuild b/x11-wm/dwm/dwm-6.1-r1.ebuild index 49ee11e91a57..27ca2fa28dd4 100644 --- a/x11-wm/dwm/dwm-6.1-r1.ebuild +++ b/x11-wm/dwm/dwm-6.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -35,7 +35,7 @@ src_prepare() { -e "s@/usr/X11R6/include@${EPREFIX}/usr/include/X11@" \ -e "s@/usr/X11R6/lib@${EPREFIX}/usr/lib@" \ -e "s@-I/usr/include@@" -e "s@-L/usr/lib@@" \ - -e "s/\/freetype2/\ -I\/usr\/include\/freetype2/" \ + -e "s@/freetype2@ -I${EPREFIX}/usr/include/freetype2@" \ config.mk || die sed -i \ -e '/@echo CC/d' \ |