openbsd-ports/devel/sdl-mixer/patches/patch-Makefile_in
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

12 lines
504 B
Plaintext

--- Makefile.in.orig Sat May 5 15:24:12 2001
+++ Makefile.in Sat May 5 15:26:22 2001
@@ -108,7 +108,7 @@ libSDL_mixer_la_SOURCES = mixer.c m
EXTRA_DIST = CHANGES VisualC.zip MPWmake.sea.bin CWprojects.sea.hqx autogen.sh
-libSDL_mixer_la_LDFLAGS = -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+libSDL_mixer_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
libSDL_mixer_la_LIBADD = $(MIKMOD_LIB) $(TIMIDITY_LIB)