mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/xmms: add patch
This commit is contained in:
parent
026826a124
commit
a6cc134059
1 changed files with 20 additions and 0 deletions
20
extra/xmms/xmms-1.2.11-fix-mikmod-driver.patch
Normal file
20
extra/xmms/xmms-1.2.11-fix-mikmod-driver.patch
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- a/Input/mikmod/drv_xmms.c 2003-05-19 23:22:06.000000000 +0200
|
||||
+++ b/Input/mikmod/drv_xmms.c 2012-11-16 18:52:41.264644767 +0100
|
||||
@@ -117,6 +117,10 @@
|
||||
return VC_Init();
|
||||
}
|
||||
|
||||
+static void xmms_CommandLine(CHAR * commandLine)
|
||||
+{
|
||||
+}
|
||||
+
|
||||
MDRIVER drv_xmms =
|
||||
{
|
||||
NULL,
|
||||
@@ -126,5 +130,6 @@
|
||||
"xmms",
|
||||
NULL,
|
||||
#endif
|
||||
+ xmms_CommandLine, // Was missing
|
||||
xmms_IsThere,
|
||||
VC_SampleLoad,
|
Loading…
Reference in a new issue