diff options
Diffstat (limited to 'dev-embedded/gpsim/gpsim-0.21.11.ebuild')
-rw-r--r-- | dev-embedded/gpsim/gpsim-0.21.11.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/dev-embedded/gpsim/gpsim-0.21.11.ebuild b/dev-embedded/gpsim/gpsim-0.21.11.ebuild index ae8f9c7e95bd..43fa9f78fb71 100644 --- a/dev-embedded/gpsim/gpsim-0.21.11.ebuild +++ b/dev-embedded/gpsim/gpsim-0.21.11.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gpsim/gpsim-0.21.11.ebuild,v 1.3 2006/03/25 21:21:54 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gpsim/gpsim-0.21.11.ebuild,v 1.4 2006/04/15 22:57:04 flameeyes Exp $ -inherit gnuconfig eutils +inherit gnuconfig eutils libtool autotools DESCRIPTION="A simulator for the Microchip PIC microcontrollers" HOMEPAGE="http://www.dattalo.com/gnupic/gpsim.html" @@ -39,7 +39,13 @@ src_unpack() { sed -i.orig -e '/^libgpsim_la_LDFLAGS/s,$, -lpthread,g' $i done + cd "${S}" + epatch "${FILESDIR}/${P}-gcc41.patch" + epatch "${FILESDIR}/${P}-asneeded.patch" + + eautomake + elibtoolize } src_compile() { |