mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
616 B
Plaintext
14 lines
616 B
Plaintext
$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)
|