Forgot to commit this: link "kaudio/maudio" with "ossaudio" library.
This commit is contained in:
parent
8f2b7f65a5
commit
ca27f0956d
1 changed files with 11 additions and 0 deletions
11
x11/kdebase/patches/patch-ah
Normal file
11
x11/kdebase/patches/patch-ah
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- kaudio/Makefile.in.orig Fri Jul 10 20:35:26 1998
|
||||
+++ kaudio/Makefile.in Tue Jul 14 21:03:52 1998
|
||||
@@ -175,7 +175,7 @@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBS = @LIBS@
|
||||
maudio_OBJECTS = io_oss.o maudio.o sample.o
|
||||
-maudio_LDADD = $(LDADD)
|
||||
+maudio_LDADD = $(LDADD) -lossaudio
|
||||
maudio_DEPENDENCIES =
|
||||
maudio_LDFLAGS =
|
||||
kaudioserver_OBJECTS = kaudioserver.o
|
Loading…
Reference in a new issue