summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-11-28 20:41:42 +0100
committerPacho Ramos <pacho@gentoo.org>2017-11-28 20:46:20 +0100
commitd3e32d54d4408da857911c2b0e14ac2c86d31a18 (patch)
tree9e9d827ae9c86858ce4296644efe60e09a926637 /app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild
parentnet-dialup/mgetty: Fix building with gcc7 (#639076 by Toralf Förster) (diff)
downloadgentoo-d3e32d54d4408da857911c2b0e14ac2c86d31a18.tar.gz
gentoo-d3e32d54d4408da857911c2b0e14ac2c86d31a18.tar.bz2
gentoo-d3e32d54d4408da857911c2b0e14ac2c86d31a18.zip
app-mobilephone/gnokii: Fix building with gcc7 (#639078 by Toralf Förster)
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild')
-rw-r--r--app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild b/app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild
index 17779551f5d6..d85decce8d49 100644
--- a/app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild
+++ b/app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild
@@ -2,7 +2,6 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-
inherit autotools eutils linux-info
HOMEPAGE="http://www.gnokii.org/"
@@ -32,11 +31,13 @@ RDEPEND="
mysql? ( virtual/mysql:= )
)
usb? ( virtual/libusb:0 )
- X? ( x11-libs/gtk+:2 )"
+ X? ( x11-libs/gtk+:2 )
+"
DEPEND="${RDEPEND}
dev-util/intltool
irda? ( virtual/os-headers )
- nls? ( sys-devel/gettext )"
+ nls? ( sys-devel/gettext )
+"
CONFIG_CHECK="~UNIX98_PTYS"
@@ -50,6 +51,7 @@ IUSE="${IUSE} ${MY_AVAILABLE_LINGUAS// / linguas_}"
PATCHES=(
"${FILESDIR}"/${P}-fix_xgnokii_inclusion.patch
"${FILESDIR}"/${P}-gcc5.patch
+ "${FILESDIR}"/${P}-gcc7.patch
)
src_prepare() {