diff options
author | Sam James <sam@gentoo.org> | 2024-12-30 23:31:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-30 23:32:08 +0000 |
commit | ce137ff59563d5b8295bdf33857b3379bf4b7a31 (patch) | |
tree | 9552edc0858fdfbe31cef016cf19f9abbcff9869 /media-libs/ftgl | |
parent | www-apps/radarr-bin: drop 5.17.0.9555 (diff) | |
download | gentoo-ce137ff59563d5b8295bdf33857b3379bf4b7a31.tar.gz gentoo-ce137ff59563d5b8295bdf33857b3379bf4b7a31.tar.bz2 gentoo-ce137ff59563d5b8295bdf33857b3379bf4b7a31.zip |
media-libs/ftgl: uncomment patch
I was testing w/ old+new and forgot to uncomment.
Bug: https://bugs.gentoo.org/937849
Bug: https://bugs.gentoo.org/947242
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/ftgl')
-rw-r--r-- | media-libs/ftgl/ftgl-2.1.3_rc5-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/ftgl/ftgl-2.1.3_rc5-r3.ebuild b/media-libs/ftgl/ftgl-2.1.3_rc5-r3.ebuild index 88763e539d70..0fb8b7874d6b 100644 --- a/media-libs/ftgl/ftgl-2.1.3_rc5-r3.ebuild +++ b/media-libs/ftgl/ftgl-2.1.3_rc5-r3.ebuild @@ -34,7 +34,7 @@ PATCHES=( "${FILESDIR}"/${P}-underlink.patch "${FILESDIR}"/${P}-freetype_pkgconfig.patch "${FILESDIR}"/${P}-clang.patch - #"${FILESDIR}"/${P}-freetype-2.13.3.patch + "${FILESDIR}"/${P}-freetype-2.13.3.patch ) src_prepare() { |