diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2007-08-24 03:42:26 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2007-08-24 03:42:26 +0000 |
commit | 0f087803fdabbdcac25bca1bfc357fc79a1e33b8 (patch) | |
tree | 06d43ff7d7364cc7564b0252ca77267f75ce829a /net-misc/hylafax/hylafax-4.3.0.ebuild | |
parent | Fix USE=libnotify on the ebuild. Thanks to Nirbheek Chauhan <nirbheek.chauhan... (diff) | |
download | gentoo-2-0f087803fdabbdcac25bca1bfc357fc79a1e33b8.tar.gz gentoo-2-0f087803fdabbdcac25bca1bfc357fc79a1e33b8.tar.bz2 gentoo-2-0f087803fdabbdcac25bca1bfc357fc79a1e33b8.zip |
added fixes for bugs #138393, #179428, and #187118
(Portage version: 2.1.3)
Diffstat (limited to 'net-misc/hylafax/hylafax-4.3.0.ebuild')
-rw-r--r-- | net-misc/hylafax/hylafax-4.3.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-misc/hylafax/hylafax-4.3.0.ebuild b/net-misc/hylafax/hylafax-4.3.0.ebuild index af65bd4fb5b3..39c02e7091d7 100644 --- a/net-misc/hylafax/hylafax-4.3.0.ebuild +++ b/net-misc/hylafax/hylafax-4.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.3.0.ebuild,v 1.9 2007/04/28 22:30:06 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.3.0.ebuild,v 1.10 2007/08/24 03:42:26 nerdboy Exp $ inherit eutils multilib pam flag-o-matic toolchain-funcs @@ -51,6 +51,8 @@ src_compile() { [ $(gcc-major-version) -eq 3 ] && [ $(gcc-minor-version) -ge 4 ] \ && filter-flags -fstack-protector -fstack-protector-all + epatch ${FILESDIR}/gentoo-gcc-version.patch || die "epatch failed" + local my_conf=" --with-DIR_BIN=/usr/bin --with-DIR_SBIN=/usr/sbin |