diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-12-04 20:44:27 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-12-04 20:44:27 +0000 |
commit | c4059b63c2b7fa59192f2c6f6a82b0089d3747cd (patch) | |
tree | 31b196dbaa2ea67b677aa5b1dac077a00f6ada6f /media-libs/freeglut/freeglut-2.6.0.ebuild | |
parent | netbeans bumped to version 6.8_rc2 (diff) | |
download | gentoo-2-c4059b63c2b7fa59192f2c6f6a82b0089d3747cd.tar.gz gentoo-2-c4059b63c2b7fa59192f2c6f6a82b0089d3747cd.tar.bz2 gentoo-2-c4059b63c2b7fa59192f2c6f6a82b0089d3747cd.zip |
Restore bsd joystick patch... still needed and silently dropped again.
(Portage version: 2.2_rc55/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/freeglut/freeglut-2.6.0.ebuild')
-rw-r--r-- | media-libs/freeglut/freeglut-2.6.0.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/media-libs/freeglut/freeglut-2.6.0.ebuild b/media-libs/freeglut/freeglut-2.6.0.ebuild index f74e8e594860..1c0f0887df10 100644 --- a/media-libs/freeglut/freeglut-2.6.0.ebuild +++ b/media-libs/freeglut/freeglut-2.6.0.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/media-libs/freeglut/freeglut-2.6.0.ebuild,v 1.1 2009/11/30 12:43:55 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/freeglut/freeglut-2.6.0.ebuild,v 1.2 2009/12/04 20:44:27 aballier Exp $ EAPI="2" @@ -30,6 +30,10 @@ src_prepare() { use mpx && epatch "${DISTDIR}/${P}-mpx-r6.patch" + # Please read the comments in the patch before thinking about dropping it + # yet again... + epatch "${FILESDIR}/${PN}-2.4.0-bsd-usb-joystick.patch" + eautoreconf # Needed for sane .so versionning on bsd, please don't drop elibtoolize |