summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-engines/love/love-0.8.0-r2.ebuild')
-rw-r--r--games-engines/love/love-0.8.0-r2.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/games-engines/love/love-0.8.0-r2.ebuild b/games-engines/love/love-0.8.0-r2.ebuild
index 6349e6228b72..9d807e1333df 100644
--- a/games-engines/love/love-0.8.0-r2.ebuild
+++ b/games-engines/love/love-0.8.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -29,7 +29,10 @@ DEPEND="${RDEPEND}
media-libs/tiff:0
"
-PATCHES=( "${FILESDIR}"/${P}-freetype2.patch )
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.8.0-freetype2.patch
+ "${FILESDIR}"/${PN}-0.8.0-opengl_glext_prototypes.patch
+)
src_install() {
DOCS="readme.md changes.txt" \