summaryrefslogtreecommitdiff
path: root/games-arcade/abe/abe-1.1-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-08-12 06:32:46 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-08-12 06:32:46 +0100
commit28e3d252dc8ac8a5635206dfefe1cfe05058d1db (patch)
treee75bce604750fb72e53ed3684059e2e5d2094509 /games-arcade/abe/abe-1.1-r1.ebuild
parentf625b9919a60a30f1bd860f7d1b2eac183ced593 (diff)
gentoo resync : 12.08.2018
Diffstat (limited to 'games-arcade/abe/abe-1.1-r1.ebuild')
-rw-r--r--games-arcade/abe/abe-1.1-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games-arcade/abe/abe-1.1-r1.ebuild b/games-arcade/abe/abe-1.1-r1.ebuild
index 25fb312e3b54..e98e3af41b04 100644
--- a/games-arcade/abe/abe-1.1-r1.ebuild
+++ b/games-arcade/abe/abe-1.1-r1.ebuild
@@ -27,15 +27,15 @@ src_unpack() {
PATCHES=(
# From Fedora:
# Enable changing the video settings. Sent upstream 2 Apr 2006:
- # https://sourceforge.net/tracker/?func=detail&aid=1463202&group_id=70141&atid=526743
+ # https://sourceforge.net/p/abe/bugs/1/
"${FILESDIR}"/${P}-settings.patch
# Fix a double free() bug. Sent upstream 15 Mar 2011:
- # https://sourceforge.net/tracker/?func=detail&aid=3214269&group_id=70141&atid=526745
+ # https://sourceforge.net/p/abe/patches/1/
"${FILESDIR}"/${P}-doublefree.patch
# Fix an incorrect printf format specifier. Sent upstream 15 Mar 2011:
- # https://sourceforge.net/tracker/?func=detail&aid=3214270&group_id=70141&atid=526745
+ # https://sourceforge.net/p/abe/patches/2/
"${FILESDIR}"/${P}-format.patch
# Fix build failure with -Werror=format-security