summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-misc/hylafax/ChangeLog5
-rw-r--r--net-misc/hylafax/hylafax-6.0.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/hylafax/ChangeLog b/net-misc/hylafax/ChangeLog
index 372efd6aca1a..591bb6733039 100644
--- a/net-misc/hylafax/ChangeLog
+++ b/net-misc/hylafax/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/hylafax
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.104 2010/10/27 03:18:00 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.105 2010/10/27 04:28:13 dirtyepic Exp $
+
+ 27 Oct 2010; Ryan Hill <dirtyepic@gentoo.org> hylafax-6.0.3.ebuild:
+ Add || die to sed.
27 Oct 2010; Ryan Hill <dirtyepic@gentoo.org> hylafax-6.0.3.ebuild:
Fix build error with GCC 4.5. Patch by Kevin Pyle in bug #318485.
diff --git a/net-misc/hylafax/hylafax-6.0.3.ebuild b/net-misc/hylafax/hylafax-6.0.3.ebuild
index 93c90645eafb..c676fd882351 100644
--- a/net-misc/hylafax/hylafax-6.0.3.ebuild
+++ b/net-misc/hylafax/hylafax-6.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild,v 1.8 2010/10/27 03:18:00 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-6.0.3.ebuild,v 1.9 2010/10/27 04:28:13 dirtyepic Exp $
EAPI="2"
@@ -54,7 +54,7 @@ src_configure() {
-e "s|3.8.|3.9.|" \
configure || die
# strip missing header to prevent failure with GCC 4.5 (bug #318485)
- sed -i -e 's|libc\.h ||' configure
+ sed -i -e 's|libc\.h ||' configure || die
local my_conf="
--with-DIR_BIN=/usr/bin