openbsd-ports/devel/sdl/patches/patch-src_Makefile_in
pvalchev 6650085c61 Upgrade to SDL-1.2.1
Various improvements, including OpenBSD native audio.

* Fix audio device path.  This has caused audio not to work without the
esd flavor before, many people (including me) had link to /dev/dsp because
of linux emulation programs and haven't noticed the problem.
* Fix OSS audio.
* Sync libtool patches
* Properly include @SYSTEM_LIBS@ in sdl-config to ensure proper linking
of SDL applications.
2001-06-23 19:05:33 +00:00

13 lines
554 B
Plaintext

$OpenBSD: patch-src_Makefile_in,v 1.2 2001/06/23 19:05:37 pvalchev Exp $
--- src/Makefile.in.orig Mon Jun 18 09:22:00 2001
+++ src/Makefile.in Thu Jun 21 21:58:58 2001
@@ -121,7 +121,7 @@ DIST_SUBDIRS = $(CORE_SUBDIRS) $(EXTRA_S
lib_LTLIBRARIES = libSDL.la
libSDL_la_SOURCES = $(GENERAL_SRCS)
-libSDL_la_LDFLAGS = -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+libSDL_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
libSDL_la_LIBADD = main/libarch.la @SDL_EXTRALIBS@ @SYSTEM_LIBS@