summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-05-15 21:40:27 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-05-15 21:40:27 +0000
commit8425e1480ae8ee36741c3f02329ddea78b20a342 (patch)
tree3fb098a053858600beb8e9de5a5377145e19e43f /x11-apps/xmodmap/xmodmap-1.0.7.ebuild
parentThis is ready to enter ~arch. Forward ~amd64-fbsd from dbus-python-1.0.0 here. (diff)
downloadgentoo-2-8425e1480ae8ee36741c3f02329ddea78b20a342.tar.gz
gentoo-2-8425e1480ae8ee36741c3f02329ddea78b20a342.tar.bz2
gentoo-2-8425e1480ae8ee36741c3f02329ddea78b20a342.zip
Fix building with -Werror=implicit-function-declaration wrt #415953 by Kacper Kowalik
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xmodmap/xmodmap-1.0.7.ebuild')
-rw-r--r--x11-apps/xmodmap/xmodmap-1.0.7.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-apps/xmodmap/xmodmap-1.0.7.ebuild b/x11-apps/xmodmap/xmodmap-1.0.7.ebuild
index 8447e33fe67b..e068f5591efc 100644
--- a/x11-apps/xmodmap/xmodmap-1.0.7.ebuild
+++ b/x11-apps/xmodmap/xmodmap-1.0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmodmap/xmodmap-1.0.7.ebuild,v 1.2 2012/05/15 14:21:03 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmodmap/xmodmap-1.0.7.ebuild,v 1.3 2012/05/15 21:40:27 ssuominen Exp $
EAPI=4
@@ -13,3 +13,5 @@ IUSE=""
RDEPEND="x11-libs/libX11"
DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}"/${P}-_GNU_SOURCE.patch )