6d8afaf59c
This release fixes zillions of bugs (most notably, game saving/loading now works). Also included is PNG support. There are too many little changes to note, so see the ChangeLog for details.
13 lines
616 B
Text
13 lines
616 B
Text
$NetBSD: patch-ab,v 1.2 2004/08/25 20:26:18 snj Exp $
|
|
|
|
--- libs/audio/targets/Makefile.in.orig 2004-05-02 13:51:44.000000000 -0700
|
|
+++ libs/audio/targets/Makefile.in 2004-08-24 15:18:35.000000000 -0700
|
|
@@ -444,7 +444,7 @@ snd_output_alsa0_9_la_LDADD =
|
|
snd_output_alsa0_9_la_CFLAGS = $(ALSA_CFLAGS)
|
|
snd_output_alsa0_9_la_SOURCES = snd_alsa_0_9.c
|
|
snd_output_oss_la_LDFLAGS = $(plugin_ldflags)
|
|
-snd_output_oss_la_LDADD = $(OSS_LIBS)
|
|
+snd_output_oss_la_LDADD = $(OSS_LIBS) $(LIBOSSAUDIO)
|
|
snd_output_oss_la_CFLAGS = $(OSS_CFLAGS)
|
|
snd_output_oss_la_SOURCES = snd_oss.c
|
|
snd_output_sgi_la_LDFLAGS = $(plugin_ldflags)
|