summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games-puzzle/xpired/xpired-1.22.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/games-puzzle/xpired/xpired-1.22.ebuild b/games-puzzle/xpired/xpired-1.22.ebuild
index 1db2245a4663..856283baa670 100644
--- a/games-puzzle/xpired/xpired-1.22.ebuild
+++ b/games-puzzle/xpired/xpired-1.22.ebuild
@@ -17,11 +17,13 @@ IUSE=""
DEPEND="media-libs/sdl-gfx
media-libs/sdl-image[jpeg]
media-libs/sdl-mixer[mod]"
-RDEPEND="${DEPEND}"
+RDEPEND=${DEPEND}
S=${WORKDIR}/src
-PATCHES=( "${FILESDIR}"/${P}-ldflags.patch )
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-ldflags.patch
+}
src_compile() {
emake \