mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Fix compile error in src/input/input_gnome_vfs.c.
Reported by: Mike Harding <mvh@ix.netcom.com>, adamw, Randy Bush <randy@psg.com>
This commit is contained in:
parent
ed36531792
commit
90d48d0825
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86895
11
multimedia/libxine/files/patch-src:input:input_gnome_vfs.c
Normal file
11
multimedia/libxine/files/patch-src:input:input_gnome_vfs.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/input/input_gnome_vfs.c.orig Thu Aug 14 00:29:17 2003
|
||||
+++ src/input/input_gnome_vfs.c Thu Aug 14 00:29:22 2003
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
#include <libgnomevfs/gnome-vfs.h>
|
||||
|
||||
-#define D(...)
|
||||
+#define D(x...)
|
||||
/* #define D(...) g_message (__VA_ARGS__) */
|
||||
/* #define LOG */
|
||||
|
Loading…
Reference in New Issue
Block a user