summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-11-30 00:42:41 +0000
committerMike Frysinger <vapier@gentoo.org>2008-11-30 00:42:41 +0000
commit6dd9296e82a0adf5afc9ee37a07330437bf91e6f (patch)
treec52a5fd388f1ca9fcdb41afd47a11670a7eed65c /sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild
parentSmarten up the DISABLE_DEPRECATED removal. (diff)
downloadgentoo-2-6dd9296e82a0adf5afc9ee37a07330437bf91e6f.tar.gz
gentoo-2-6dd9296e82a0adf5afc9ee37a07330437bf91e6f.tar.bz2
gentoo-2-6dd9296e82a0adf5afc9ee37a07330437bf91e6f.zip
Pull in locale.h since defines from it are used #241322 by Diego E. Pettenò.
(Portage version: 2.2_rc16/cvs/Linux 2.6.27.4 x86_64)
Diffstat (limited to 'sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild')
-rw-r--r--sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild b/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild
index c852b114d05f..a818f4c174db 100644
--- a/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild
+++ b/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild,v 1.2 2008/02/27 10:39:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_bioapi/pam_bioapi-0.4.0.ebuild,v 1.3 2008/11/30 00:42:41 vapier Exp $
-inherit toolchain-funcs
+inherit eutils toolchain-funcs
DESCRIPTION="PAM interface to bioapi package"
HOMEPAGE="http://code.google.com/p/pam-bioapi/"
@@ -19,6 +19,12 @@ DEPEND="sys-auth/bioapi
RDEPEND="${DEPEND}
sys-auth/tfm-fingerprint"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-headers.patch #241322
+}
+
src_compile() {
econf --sbindir=/sbin || die
emake || die