public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-simulation/crashtest/files/
@ 2021-07-20  1:23 Ionen Wolkens
  0 siblings, 0 replies; only message in thread
From: Ionen Wolkens @ 2021-07-20  1:23 UTC (permalink / raw
  To: gentoo-commits

commit:     12d167465dbd09d487c93d4d72c2f517d05932b0
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 20 00:57:06 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jul 20 01:20:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d16746

games-simulation/crashtest: remove unused -lasound from patch

There was a dep on alsa-lib but couldn't see it in NEEDED, and
couldn't see a link line in the sources either. But turns out the
gentoo.patch is what added a -lasound.

Closes: https://bugs.gentoo.org/784248
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-simulation/crashtest/files/crashtest-1.1-gentoo.patch | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/games-simulation/crashtest/files/crashtest-1.1-gentoo.patch b/games-simulation/crashtest/files/crashtest-1.1-gentoo.patch
index b384c87278c..8e8a7d9aff6 100644
--- a/games-simulation/crashtest/files/crashtest-1.1-gentoo.patch
+++ b/games-simulation/crashtest/files/crashtest-1.1-gentoo.patch
@@ -1,6 +1,5 @@
-diff -ru a/Makefile b/Makefile
---- a/Makefile	2009-02-15 17:11:31.000000000 -0500
-+++ b/Makefile	2009-10-14 01:00:13.900627555 -0400
+--- a/Makefile
++++ b/Makefile
 @@ -1,34 +1,12 @@
 -# EDIT THESE SETTINGS
 -
@@ -29,7 +28,7 @@ diff -ru a/Makefile b/Makefile
  
 -LIBS= $(ODEPREFIX)/lib/libode.a -lplibssgaux -lplibssg -lplibsg -lplibpu -lplibfnt -lplibul -lGLU -lGL `fltk-config --use-gl --use-images --ldflags`
 -
-+LIBS= `ode-config --libs` -lplibssgaux -lplibssg -lplibsg -lplibpu -lplibfnt -lplibul -lGLU -lGL -lasound `fltk-config --use-gl --use-images --ldflags` -lglut
++LIBS= `ode-config --libs` -lplibssgaux -lplibssg -lplibsg -lplibpu -lplibfnt -lplibul -lGLU -lGL `fltk-config --use-gl --use-images --ldflags` -lglut
  
  all: crashtest
  
@@ -69,9 +68,8 @@ diff -ru a/Makefile b/Makefile
  	# Models
  	install -m 644 models/testground.3ds $(GAMEDIR)/models/testground.3ds
  	install -m 644 models/biped_torso.3ds $(GAMEDIR)/models/biped_torso.3ds
-diff -ru a/crashtest.cxx b/crashtest.cxx
---- a/crashtest.cxx	2009-02-15 17:08:24.000000000 -0500
-+++ b/crashtest.cxx	2009-10-14 01:01:25.822753522 -0400
+--- a/crashtest.cxx
++++ b/crashtest.cxx
 @@ -615,13 +615,7 @@
  
  int main(int argc, char *argv[]) 


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-20  1:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-20  1:23 [gentoo-commits] repo/gentoo:master commit in: games-simulation/crashtest/files/ Ionen Wolkens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox