aboutsummaryrefslogtreecommitdiffstats
path: root/games-util/wbfs_file/wbfs_file-2.9-r1.ebuild
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2012-03-06 22:49:55 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2012-03-06 23:08:37 +0100
commitd30069f48c7ec183ebc60077bdf4fcf887dab0ac (patch)
tree1b6e9a0459aa18d430d191a63cd54a03ec822e05 /games-util/wbfs_file/wbfs_file-2.9-r1.ebuild
parent32dc809a73102a10e336dc70dfc60dd44d18c323 (diff)
downloadoverlay-d30069f48c7ec183ebc60077bdf4fcf887dab0ac.tar.gz
overlay-d30069f48c7ec183ebc60077bdf4fcf887dab0ac.tar.xz
overlay-d30069f48c7ec183ebc60077bdf4fcf887dab0ac.zip
games-util/wbfs_file: added fix for 64bit
Diffstat (limited to '')
-rw-r--r--games-util/wbfs_file/wbfs_file-2.9-r1.ebuild (renamed from games-util/wbfs_file/wbfs_file-2.9.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/games-util/wbfs_file/wbfs_file-2.9.ebuild b/games-util/wbfs_file/wbfs_file-2.9-r1.ebuild
index f79d7e3..158cd24 100644
--- a/games-util/wbfs_file/wbfs_file-2.9.ebuild
+++ b/games-util/wbfs_file/wbfs_file-2.9-r1.ebuild
@@ -26,7 +26,8 @@ RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}/source"
src_prepare() {
- use static || sed -i '/ADD_LF = -static/d' ${S}/Makefile
+ use static || sed -i '/ADD_LF = -static/d' ${S}/Makefile
+ epatch "${FILESDIR}/64bit_fix.patch"
}
src_install() {