diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-10-29 04:18:35 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-10-29 04:18:35 +0000 |
commit | 534b74f18ef1844c88e8afa08f61368307301a3d (patch) | |
tree | 3f85d49373795e7b4cae5b9ecd1c900324ce6dfd /dev-embedded/gpsim-lcd/gpsim-lcd-0.1.1.ebuild | |
parent | remove selinux-small files (diff) | |
download | gentoo-2-534b74f18ef1844c88e8afa08f61368307301a3d.tar.gz gentoo-2-534b74f18ef1844c88e8afa08f61368307301a3d.tar.bz2 gentoo-2-534b74f18ef1844c88e8afa08f61368307301a3d.zip |
add functionality fix to avoid nasty refresh bug
Diffstat (limited to 'dev-embedded/gpsim-lcd/gpsim-lcd-0.1.1.ebuild')
-rw-r--r-- | dev-embedded/gpsim-lcd/gpsim-lcd-0.1.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-embedded/gpsim-lcd/gpsim-lcd-0.1.1.ebuild b/dev-embedded/gpsim-lcd/gpsim-lcd-0.1.1.ebuild index cfbe6c2d28ab..ef359aa86788 100644 --- a/dev-embedded/gpsim-lcd/gpsim-lcd-0.1.1.ebuild +++ b/dev-embedded/gpsim-lcd/gpsim-lcd-0.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gpsim-lcd/gpsim-lcd-0.1.1.ebuild,v 1.1 2003/10/21 05:45:15 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gpsim-lcd/gpsim-lcd-0.1.1.ebuild,v 1.2 2003/10/29 04:18:32 robbat2 Exp $ inherit eutils @@ -23,6 +23,7 @@ S=${WORKDIR}/${MY_P} src_unpack() { unpack ${A} epatch ${FILESDIR}/${P}-gcc33.patch + epatch ${FILESDIR}/${P}-display_fix.patch } src_compile(){ |