diff options
Diffstat (limited to 'dev-games/clanlib/clanlib-0.7.8-r1.ebuild')
-rw-r--r-- | dev-games/clanlib/clanlib-0.7.8-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-games/clanlib/clanlib-0.7.8-r1.ebuild b/dev-games/clanlib/clanlib-0.7.8-r1.ebuild index 7b4d7661dbdd..0e8a53164cd8 100644 --- a/dev-games/clanlib/clanlib-0.7.8-r1.ebuild +++ b/dev-games/clanlib/clanlib-0.7.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.7.8-r1.ebuild,v 1.3 2005/01/01 17:58:26 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.7.8-r1.ebuild,v 1.4 2005/01/02 09:46:43 vapier Exp $ inherit flag-o-matic eutils @@ -28,7 +28,8 @@ src_unpack() { unpack ${A} cd ${S} find . -name .cvsignore -exec rm -f '{}' \; - epatch "${FILESDIR}/${PV}-port.patch" + epatch "${FILESDIR}"/${PV}-port.patch + epatch "${FILESDIR}"/${PV}-install-opengl-wrap.patch if ! use doc ; then sed -i \ -e '/^SUBDIRS/s:Documentation::' \ |