summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/chasen/chasen-2.3.3-r3.ebuild')
-rw-r--r--app-text/chasen/chasen-2.3.3-r3.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/app-text/chasen/chasen-2.3.3-r3.ebuild b/app-text/chasen/chasen-2.3.3-r3.ebuild
index d0082afaa810..ad0ead78bd06 100644
--- a/app-text/chasen/chasen-2.3.3-r3.ebuild
+++ b/app-text/chasen/chasen-2.3.3-r3.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/chasen-2.3.3-r3.ebuild,v 1.5 2005/05/06 14:47:13 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/chasen-2.3.3-r3.ebuild,v 1.6 2005/08/28 19:36:56 blubb Exp $
-inherit perl-module flag-o-matic
+inherit perl-module
DESCRIPTION="Japanese Morphological Analysis System, ChaSen"
HOMEPAGE="http://chasen.aist-nara.ac.jp/"
@@ -28,8 +28,6 @@ src_unpack() {
}
src_compile() {
- # Unconditional use of -fPIC (#55238)
- append-flags -fPIC
econf || die
emake || die
if use perl ; then