summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2006-05-04 07:11:57 +0000
committerSteve Arnold <nerdboy@gentoo.org>2006-05-04 07:11:57 +0000
commit919ddc4510f2f325c51f722df154755ce1d94d33 (patch)
treeab807eb7931d69f812f4cc01ee0be4d631115359 /net-misc/hylafax/hylafax-4.2.5.ebuild
parentAdded ppc big endian fix for bug #132207. (diff)
downloadgentoo-2-919ddc4510f2f325c51f722df154755ce1d94d33.tar.gz
gentoo-2-919ddc4510f2f325c51f722df154755ce1d94d33.tar.bz2
gentoo-2-919ddc4510f2f325c51f722df154755ce1d94d33.zip
updated for new tiff version and stable bump for x86 and amd64
(Portage version: 2.1_pre10-r2)
Diffstat (limited to 'net-misc/hylafax/hylafax-4.2.5.ebuild')
-rw-r--r--net-misc/hylafax/hylafax-4.2.5.ebuild11
1 files changed, 9 insertions, 2 deletions
diff --git a/net-misc/hylafax/hylafax-4.2.5.ebuild b/net-misc/hylafax/hylafax-4.2.5.ebuild
index 1be2b2c875c3..12335264f6af 100644
--- a/net-misc/hylafax/hylafax-4.2.5.ebuild
+++ b/net-misc/hylafax/hylafax-4.2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.2.5.ebuild,v 1.2 2006/01/29 18:10:45 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.2.5.ebuild,v 1.3 2006/05/04 07:11:57 nerdboy Exp $
inherit eutils multilib pam flag-o-matic toolchain-funcs
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.hylafax.org/source/${P}.tar.gz"
SLOT="0"
LICENSE="hylafax"
-KEYWORDS="~x86 ~sparc ~hppa ~alpha ~amd64 ~ppc"
+KEYWORDS="x86 ~sparc ~hppa ~alpha amd64 ~ppc"
DEPEND="!faxonly? ( net-dialup/mgetty )
>=sys-libs/zlib-1.1.4
@@ -30,6 +30,13 @@ RDEPEND="${DEPEND}
export CONFIG_PROTECT="${CONFIG_PROTECT} /var/spool/fax/etc"
+src_unpack() {
+ unpack ${A}
+
+ cd ${S}
+ epatch ${FILESDIR}/${P}-tiff_version.patch
+}
+
src_compile() {
if use faxonly; then
if use mgetty; then