diff options
author | 2017-01-19 08:08:20 -0600 | |
---|---|---|
committer | 2017-01-19 08:13:37 -0600 | |
commit | 68d016ae9d06dd74729c9899776cd283dcd82285 (patch) | |
tree | 085d73c7de4f5db659892900d795254192d19042 /app-emulation/ski/ski-1.3.2-r1.ebuild | |
parent | app-emulation/ski: fix building w/ncurses[tinfo] (diff) | |
download | gentoo-68d016ae9d06dd74729c9899776cd283dcd82285.tar.gz gentoo-68d016ae9d06dd74729c9899776cd283dcd82285.tar.bz2 gentoo-68d016ae9d06dd74729c9899776cd283dcd82285.zip |
app-emulation/ski: fix missing prototype warnings
Diffstat (limited to 'app-emulation/ski/ski-1.3.2-r1.ebuild')
-rw-r--r-- | app-emulation/ski/ski-1.3.2-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/ski/ski-1.3.2-r1.ebuild b/app-emulation/ski/ski-1.3.2-r1.ebuild index 23d9c253841c..3ca262479f5d 100644 --- a/app-emulation/ski/ski-1.3.2-r1.ebuild +++ b/app-emulation/ski/ski-1.3.2-r1.ebuild @@ -37,6 +37,7 @@ PATCHES=( "${FILESDIR}"/${P}-binutils.patch "${FILESDIR}"/${P}-uselib.patch #592226 "${FILESDIR}"/${P}-ncurses-config.patch + "${FILESDIR}"/${P}-prototypes.patch ) src_prepare() { |