summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Stoddard <deltacow@gentoo.org>2006-03-11 15:25:25 +0000
committerScott Stoddard <deltacow@gentoo.org>2006-03-11 15:25:25 +0000
commit6db616b18854acc2bbae6235434e17bccb5da540 (patch)
tree1664592418e8bbd7a998823055fddf55bb55958c /app-admin/watchfolder/watchfolder-0.3.3.ebuild
parentFix for Bug #103071 (breaks with LC_ALL/LANG set). (diff)
downloadhistorical-6db616b18854acc2bbae6235434e17bccb5da540.tar.gz
historical-6db616b18854acc2bbae6235434e17bccb5da540.tar.bz2
historical-6db616b18854acc2bbae6235434e17bccb5da540.zip
patch to fix 64bit arch warnings.
Package-Manager: portage-2.1_pre5-r4
Diffstat (limited to 'app-admin/watchfolder/watchfolder-0.3.3.ebuild')
-rw-r--r--app-admin/watchfolder/watchfolder-0.3.3.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/app-admin/watchfolder/watchfolder-0.3.3.ebuild b/app-admin/watchfolder/watchfolder-0.3.3.ebuild
index 1cfe84327ab9..04896aab9f97 100644
--- a/app-admin/watchfolder/watchfolder-0.3.3.ebuild
+++ b/app-admin/watchfolder/watchfolder-0.3.3.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2006 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.2 2006/02/15 21:43:32 deltacow Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/watchfolder/watchfolder-0.3.3.ebuild,v 1.3 2006/03/11 15:25:25 deltacow Exp $
+
+inherit eutils
DESCRIPTION="Watches directories and processes files, similar to the watchfolder option of Acrobat Distiller."
HOMEPAGE="http://freshmeat.net/projects/watchd/"
@@ -18,6 +20,9 @@ src_unpack() {
unpack ${A}
cd ${S}
+ # patch to remove warnings on 64 bit systems
+ epatch ${FILESDIR}/${PV}-64bit.patch || die
+
sed -i "3s/OPT=/OPT=${CFLAGS} /" Makefile
}