duh! added patch for opal
This commit is contained in:
parent
8951e57cf2
commit
1ef1df627e
2 changed files with 12 additions and 0 deletions
11
net-libs/opal/files/opal-lpcini.patch
Normal file
11
net-libs/opal/files/opal-lpcini.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- plugins/audio/LPC_10/src/lpcini.c.orig 2008-09-24 23:01:05.000000000 -0400
|
||||
+++ plugins/audio/LPC_10/src/lpcini.c 2008-09-25 00:39:34.000000000 -0400
|
||||
@@ -50,6 +50,8 @@
|
||||
#ifdef _MSC_VER
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
+#else
|
||||
+ extern void * malloc();
|
||||
#endif
|
||||
|
||||
/* Common Block Declarations */
|
Loading…
Add table
Add a link
Reference in a new issue