diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-05-17 06:18:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-05-17 06:18:08 +0000 |
commit | c9029148aab8047fb49ab9a9e452e0cdeb08b1af (patch) | |
tree | c646b39169781b1edb2ca952f11760a0966641b7 /games-simulation | |
parent | Also apply the fix for bug #413637 to 19.x. Remove old. (diff) | |
download | gentoo-2-c9029148aab8047fb49ab9a9e452e0cdeb08b1af.tar.gz gentoo-2-c9029148aab8047fb49ab9a9e452e0cdeb08b1af.tar.bz2 gentoo-2-c9029148aab8047fb49ab9a9e452e0cdeb08b1af.zip |
continue to work with ode-0.12
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/crashtest/ChangeLog | 8 | ||||
-rw-r--r-- | games-simulation/crashtest/files/crashtest-1.1-gentoo.patch | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-simulation/crashtest/ChangeLog b/games-simulation/crashtest/ChangeLog index 7e6e60193c01..ba3fc1e10113 100644 --- a/games-simulation/crashtest/ChangeLog +++ b/games-simulation/crashtest/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-simulation/crashtest -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/crashtest/ChangeLog,v 1.10 2011/04/05 09:51:25 tupone Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/crashtest/ChangeLog,v 1.11 2012/05/17 06:18:08 mr_bones_ Exp $ + + 17 May 2012; Michael Sterrett <mr_bones_@gentoo.org> + files/crashtest-1.1-gentoo.patch: + continue to work with ode-0.12 05 Apr 2011; Alfredo Tupone <tupone@gentoo.org> files/crashtest-1.1-gentoo.patch: diff --git a/games-simulation/crashtest/files/crashtest-1.1-gentoo.patch b/games-simulation/crashtest/files/crashtest-1.1-gentoo.patch index 566c97171887..820fd4924737 100644 --- a/games-simulation/crashtest/files/crashtest-1.1-gentoo.patch +++ b/games-simulation/crashtest/files/crashtest-1.1-gentoo.patch @@ -25,7 +25,7 @@ diff -ru crashtest-1.1.orig/src-crashtest/Makefile crashtest-1.1/src-crashtest/M - -L/usr/X11R6/lib - OBJS=staticworldobject.o crashtest.o dynamicobject.o cartobject.o -+CXXFLAGS+=-I `fltk-config --includedir` ++CXXFLAGS+=-I `fltk-config --includedir` `ode-config --cflags` -LIBS= $(ODEPREFIX)/lib/libode.a -lplibssgaux -lplibssg -lplibsg -lplibpu -lplibfnt -lplibul -lGLU -lGL `fltk-config --use-gl --use-images --ldflags` - |