summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-04-23 09:45:42 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-04-23 09:45:42 +0000
commit1531a4a1f1e429abab31346de20b3d2dfce7a3cc (patch)
treeea8cf7a8117cfbe8350b722a6721ed4c53b84087 /net-print/foomatic-db-engine/foomatic-db-engine-3.0.2.ebuild
parentRun elibtoolize only after the two eautoreconf, should solve problems with sa... (diff)
downloadhistorical-1531a4a1f1e429abab31346de20b3d2dfce7a3cc.tar.gz
historical-1531a4a1f1e429abab31346de20b3d2dfce7a3cc.tar.bz2
historical-1531a4a1f1e429abab31346de20b3d2dfce7a3cc.zip
Fix et_EE locale locale compiling thanks to J <j-spam@starline.ee> in bug 128242
Package-Manager: portage-2.1_pre9-r2
Diffstat (limited to 'net-print/foomatic-db-engine/foomatic-db-engine-3.0.2.ebuild')
-rw-r--r--net-print/foomatic-db-engine/foomatic-db-engine-3.0.2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-print/foomatic-db-engine/foomatic-db-engine-3.0.2.ebuild b/net-print/foomatic-db-engine/foomatic-db-engine-3.0.2.ebuild
index c0072a3c9619..6e56a149a732 100644
--- a/net-print/foomatic-db-engine/foomatic-db-engine-3.0.2.ebuild
+++ b/net-print/foomatic-db-engine/foomatic-db-engine-3.0.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/foomatic-db-engine-3.0.2.ebuild,v 1.12 2005/11/28 13:19:23 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/foomatic-db-engine-3.0.2.ebuild,v 1.13 2006/04/23 09:45:42 genstef Exp $
inherit perl-app eutils
@@ -20,6 +20,7 @@ DEPEND="dev-libs/libxml2
src_compile() {
epatch ${FILESDIR}/perl-module-3.0.1.diff
+ epatch ${FILESDIR}/flex-configure-LANG.patch
econf || die
make || die
}