openbsd-ports/devel/sdl-mixer/patches/patch-Makefile_am
obecian f1a090a62b sdl-mixer-1.2.0 import
--
SDL_mixer is a sample multi-channel audio mixer library. It supports
any number of simultaneously playing channels of 16 bit stereo audio,
plus a single channel of music, mixed by the popular MikMod MOD, Timidity
MIDI and SMPEG MP3 libraries.
2001-05-07 04:07:03 +00:00

11 lines
315 B
Plaintext

--- Makefile.am.orig Sat May 5 15:22:41 2001
+++ Makefile.am Sat May 5 15:22:59 2001
@@ -39,7 +39,6 @@ EXTRA_DIST = \
autogen.sh
libSDL_mixer_la_LDFLAGS = \
- -release $(LT_RELEASE) \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
libSDL_mixer_la_LIBADD = $(MIKMOD_LIB) $(TIMIDITY_LIB)