summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-07-19 20:57:06 -0400
committerIonen Wolkens <ionen@gentoo.org>2021-07-19 21:20:46 -0400
commit12d167465dbd09d487c93d4d72c2f517d05932b0 (patch)
tree86a5da2bec9cbbab2325b9511fcc9a60efcfb3cf /games-simulation/crashtest
parentgui-libs/egl-wayland: adjust description, remove modeset=1 mention (diff)
downloadgentoo-12d167465dbd09d487c93d4d72c2f517d05932b0.tar.gz
gentoo-12d167465dbd09d487c93d4d72c2f517d05932b0.tar.bz2
gentoo-12d167465dbd09d487c93d4d72c2f517d05932b0.zip
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@gentoo.org>
Diffstat (limited to 'games-simulation/crashtest')
-rw-r--r--games-simulation/crashtest/files/crashtest-1.1-gentoo.patch12
1 files 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 b384c87278c2..8e8a7d9aff61 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[])