diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 00:10:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 00:10:49 +0000 |
commit | 8d450ac30e77a21e208e29942a84d5090184a7ae (patch) | |
tree | d91f81ea39b5aef309530faf645a7bf59489aafc /dev-games | |
parent | updated to the current version (diff) | |
download | historical-8d450ac30e77a21e208e29942a84d5090184a7ae.tar.gz historical-8d450ac30e77a21e208e29942a84d5090184a7ae.tar.bz2 historical-8d450ac30e77a21e208e29942a84d5090184a7ae.zip |
remove gcc-3.3 check ... works for me
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/ode/ode-0.039.ebuild | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/dev-games/ode/ode-0.039.ebuild b/dev-games/ode/ode-0.039.ebuild index d8b3c6ba5d2a..bf7cc85891e9 100644 --- a/dev-games/ode/ode-0.039.ebuild +++ b/dev-games/ode/ode-0.039.ebuild @@ -1,31 +1,17 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/ode/ode-0.039.ebuild,v 1.1 2003/07/20 05:13:41 vapier Exp $ - -inherit gcc +# $Header: /var/cvsroot/gentoo-x86/dev-games/ode/ode-0.039.ebuild,v 1.2 2003/08/07 00:10:49 vapier Exp $ DESCRIPTION="Open Dynamics Engine SDK" HOMEPAGE="http://opende.sourceforge.net/" SRC_URI="mirror://sourceforge/opende/${P}.tgz" LICENSE="LGPL-2.1" -KEYWORDS="x86 ~ppc" SLOT="0" +KEYWORDS="x86 ~ppc" DEPEND="virtual/opengl" -pkg_setup() { - #this (version of) package fails when built with gcc-3.3* - if [ "`gcc-version`" == "3.3" ]; then - ewarn "Unfortunately this version of the package cannot (yet) be built with >=gcc-3.3" - ewarn "You can install an older version of gcc and then use gcc-config to switch" - ewarn "compiler version for the duration of the build." - ewarn "Alternatively please see #22071 for more options." - ewarn "We apologise for the inconvinience." - die - fi -} - src_unpack() { unpack ${A} echo "C_FLAGS+=${CFLAGS}" >> ${S}/config/makefile.unix-gcc |