x11-wm/dwm: fix fontconfig path for Prefix by Susan Wilson
authorFabian Groffen <grobian@gentoo.org>
Tue, 19 Feb 2019 14:58:54 +0000 (15:58 +0100)
committerFabian Groffen <grobian@gentoo.org>
Tue, 19 Feb 2019 14:58:54 +0000 (15:58 +0100)
Closes: https://bugs.gentoo.org/675886
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

x11-wm/dwm/dwm-6.1-r1.ebuild

index 49ee11e91a5755ec157b1bf044fa9d13044732d3..27ca2fa28dd4d0592784a720b7a1140d8b937fe2 100644 (file)
@@ -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' \