diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-03-01 23:59:39 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-03-01 23:59:39 +0000 |
commit | b7a4beebbab282c4b84338a718169741414bf897 (patch) | |
tree | bf330c364b2b61626010d81bdebe2c6d7a3eab95 /app-admin/watchfolder/watchfolder-0.3.3.ebuild | |
parent | Bump to 1.5. Removed doc useflag as the docs aren't in the tarball anymore. F... (diff) | |
download | historical-b7a4beebbab282c4b84338a718169741414bf897.tar.gz historical-b7a4beebbab282c4b84338a718169741414bf897.tar.bz2 historical-b7a4beebbab282c4b84338a718169741414bf897.zip |
Fix for gcc 4.3.3 / fortify_sources. Patch by Magnus Granberg.
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'app-admin/watchfolder/watchfolder-0.3.3.ebuild')
-rw-r--r-- | app-admin/watchfolder/watchfolder-0.3.3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-admin/watchfolder/watchfolder-0.3.3.ebuild b/app-admin/watchfolder/watchfolder-0.3.3.ebuild index 205806718a32..6a1784047a81 100644 --- a/app-admin/watchfolder/watchfolder-0.3.3.ebuild +++ b/app-admin/watchfolder/watchfolder-0.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/watchfolder/watchfolder-0.3.3.ebuild,v 1.7 2009/01/03 17:27:52 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/watchfolder/watchfolder-0.3.3.ebuild,v 1.8 2009/03/01 23:59:39 patrick Exp $ inherit eutils toolchain-funcs @@ -22,6 +22,8 @@ src_unpack() { # patch to remove warnings on 64 bit systems epatch "${FILESDIR}"/${PV}-64bit.patch || die + # and a gcc 4.3.3 / fortify_sources fix + epatch "${FILESDIR}"/${PV}-fortify-sources.patch || die sed -i \ -e '/-c -o/s:OPT:CFLAGS:' \ |