summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-09-07 21:18:58 +0000
committerMike Frysinger <vapier@gentoo.org>2010-09-07 21:18:58 +0000
commit87835f010d3bb80a4728feb08ac38b9ad12bb351 (patch)
tree3c56e751a246bf5182839693f22498018ee33a14 /app-emulation/hercules/hercules-3.07.ebuild
parentFix xmllint validation (bug #330693 by Neil Leathers) and add missing gnome2_... (diff)
downloadgentoo-2-87835f010d3bb80a4728feb08ac38b9ad12bb351.tar.gz
gentoo-2-87835f010d3bb80a4728feb08ac38b9ad12bb351.tar.bz2
gentoo-2-87835f010d3bb80a4728feb08ac38b9ad12bb351.zip
Drop libtool munging as based in latest 3.06 ebuild.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/hercules/hercules-3.07.ebuild')
-rw-r--r--app-emulation/hercules/hercules-3.07.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/app-emulation/hercules/hercules-3.07.ebuild b/app-emulation/hercules/hercules-3.07.ebuild
index 19ea8773c67c..40fe2749d880 100644
--- a/app-emulation/hercules/hercules-3.07.ebuild
+++ b/app-emulation/hercules/hercules-3.07.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-3.07.ebuild,v 1.1 2010/08/30 04:25:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-3.07.ebuild,v 1.2 2010/09/07 21:18:58 vapier Exp $
inherit eutils flag-o-matic
@@ -19,8 +19,6 @@ src_unpack() {
sed -i \
-e 's:@modexecdir@:$(libdir)/$(PACKAGE):' \
-e '/^AM_CPPFLAGS/s:=:= -DMODULESDIR=\\"$(modexecdir)\\" :' \
- -e 's:ltdl.lo::' \
- -e '/^libherc_la_LIBADD/s:=:= -lltdl :' \
$(find -name Makefile.in)
sed -i '/MODULESDIR/d' config.h.in
}