summaryrefslogtreecommitdiff
path: root/media-libs/sdl-sound/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /media-libs/sdl-sound/files
reinit the tree, so we can have metadata
Diffstat (limited to 'media-libs/sdl-sound/files')
-rw-r--r--media-libs/sdl-sound/files/sdl-sound-1.0.3-automake-1.13.patch11
-rw-r--r--media-libs/sdl-sound/files/sdl-sound-1.0.3-underlinking.patch18
2 files changed, 29 insertions, 0 deletions
diff --git a/media-libs/sdl-sound/files/sdl-sound-1.0.3-automake-1.13.patch b/media-libs/sdl-sound/files/sdl-sound-1.0.3-automake-1.13.patch
new file mode 100644
index 000000000000..0bd2aa272a78
--- /dev/null
+++ b/media-libs/sdl-sound/files/sdl-sound-1.0.3-automake-1.13.patch
@@ -0,0 +1,11 @@
+--- SDL_sound-1.0.3/configure.in
++++ SDL_sound-1.0.3/configure.in
+@@ -43,7 +43,7 @@
+ AC_CANONICAL_TARGET
+
+ dnl Setup for automake
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ AM_INIT_AUTOMAKE(SDL_sound, $VERSION)
+
+
diff --git a/media-libs/sdl-sound/files/sdl-sound-1.0.3-underlinking.patch b/media-libs/sdl-sound/files/sdl-sound-1.0.3-underlinking.patch
new file mode 100644
index 000000000000..36eb24a3e2fb
--- /dev/null
+++ b/media-libs/sdl-sound/files/sdl-sound-1.0.3-underlinking.patch
@@ -0,0 +1,18 @@
+From: Julian Ospald <hasufell@gentoo.org>
+Date: Tue Aug 21 12:42:14 UTC 2012
+Subject: build system
+
+fix underlinking
+
+--- SDL_sound-1.0.3/Makefile.am
++++ SDL_sound-1.0.3/Makefile.am
+@@ -32,7 +32,8 @@
+ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+ libSDL_sound_la_LIBADD = \
+ decoders/libdecoders.la \
+- $(TIMIDITY_LIB) $(MPGLIB_LIB)
++ $(TIMIDITY_LIB) $(MPGLIB_LIB) \
++ -lm
+
+ EXTRA_DIST = \
+ CREDITS \