Add the missing patch, which provides for nas executables linking

dynamically with -laudio.
This commit is contained in:
Mikhail Teterin 2005-10-10 21:23:45 +00:00
parent d87b08f044
commit 26379b9170
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144871

View File

@ -0,0 +1,9 @@
--- config/NetAudio.tmpl Sat Feb 14 18:38:32 2004
+++ config/NetAudio.tmpl Mon Oct 10 13:27:33 2005
@@ -59,5 +59,5 @@
#if HasSharedLibraries
#define NormalLibAudio NormalLibX
-#define SharedLibAudio SharedLibX
+#define SharedLibAudio YES
#define DebugLibAudio DebugLibX
#define ProfileLibAudio ProfileLibX