diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-01-11 11:05:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-01-11 11:05:40 +0000 |
commit | 5a047ad22e3c52fcfcc3cb60ae4576d7647ea2ce (patch) | |
tree | 6d02ee103c33385541f5e695faaeffeecaa1d3c3 /app-emulation/hercules | |
parent | Replace xmlto --skip-validation patch with app-text/docbook-xml-dtd:4.1.2 dep... (diff) | |
download | gentoo-2-5a047ad22e3c52fcfcc3cb60ae4576d7647ea2ce.tar.gz gentoo-2-5a047ad22e3c52fcfcc3cb60ae4576d7647ea2ce.tar.bz2 gentoo-2-5a047ad22e3c52fcfcc3cb60ae4576d7647ea2ce.zip |
drop system libltdl usage as it causes crashes
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'app-emulation/hercules')
-rw-r--r-- | app-emulation/hercules/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/hercules/hercules-3.06.ebuild | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/app-emulation/hercules/ChangeLog b/app-emulation/hercules/ChangeLog index 505612a9381b..ed8b17c19e17 100644 --- a/app-emulation/hercules/ChangeLog +++ b/app-emulation/hercules/ChangeLog @@ -1,13 +1,12 @@ # ChangeLog for app-emulation/hercules # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/ChangeLog,v 1.24 2009/01/11 08:36:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/ChangeLog,v 1.25 2009/01/11 11:05:40 vapier Exp $ *hercules-3.06 (11 Jan 2009) 11 Jan 2009; Mike Frysinger <vapier@gentoo.org> +files/hercules-3.06-build.patch, +hercules-3.06.ebuild: - Version bump #254372 by Jay Maynard. Also convert to system libltdl - #252716 by Diego E. Pettenò. + Version bump #254372 by Jay Maynard. 30 Jul 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml: add GLEP 56 USE flag desc from use.local.desc diff --git a/app-emulation/hercules/hercules-3.06.ebuild b/app-emulation/hercules/hercules-3.06.ebuild index dd55240e4276..a31896978f01 100644 --- a/app-emulation/hercules/hercules-3.06.ebuild +++ b/app-emulation/hercules/hercules-3.06.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-3.06.ebuild,v 1.2 2009/01/11 09:29:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/hercules/hercules-3.06.ebuild,v 1.3 2009/01/11 11:05:40 vapier Exp $ inherit eutils flag-o-matic @@ -20,8 +20,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 } |