summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/ithought/ithought-0.0.5-r2.ebuild')
-rw-r--r--app-misc/ithought/ithought-0.0.5-r2.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-misc/ithought/ithought-0.0.5-r2.ebuild b/app-misc/ithought/ithought-0.0.5-r2.ebuild
index 748fc4f..261919a 100644
--- a/app-misc/ithought/ithought-0.0.5-r2.ebuild
+++ b/app-misc/ithought/ithought-0.0.5-r2.ebuild
@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/ithought/ithought-0.0.5-r1.ebuild,v 1.21 2010/01/01 18:23:49 ssuominen Exp $
+EAPI=2
+
MY_P=${P/0.0./a}
DESCRIPTION="An internet-aware personal thought manager"
@@ -18,9 +20,8 @@ DEPEND="=x11-libs/gtk+-1.2*
S=${WORKDIR}/${MY_P}
-src_compile() {
- econf
- emake || die
+src_prepare() {
+ sed -i "/CC\|LD/{s/-shared/-shared \$LDFLAGS/}" ltconfig || die
}
src_install() {