diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2003-08-13 15:43:58 +0000 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2003-08-13 15:43:58 +0000 |
commit | 18539471bb21ca42b2b7baaa30098942c717dcce (patch) | |
tree | 8e6bf48f89d16041b928a7163867e802ee1b2fe5 /multimedia/libxine | |
parent | 4831b5d8ea8172f3eec628013867214cc34e5c01 (diff) | |
download | FreeBSD-ports-18539471bb21ca42b2b7baaa30098942c717dcce.zip FreeBSD-ports-18539471bb21ca42b2b7baaa30098942c717dcce.tar.gz |
Fix compile error in src/input/input_gnome_vfs.c.
Reported by: Mike Harding <mvh@ix.netcom.com>, adamw, Randy Bush <randy@psg.com>
Diffstat (limited to 'multimedia/libxine')
-rw-r--r-- | multimedia/libxine/files/patch-src:input:input_gnome_vfs.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/libxine/files/patch-src:input:input_gnome_vfs.c b/multimedia/libxine/files/patch-src:input:input_gnome_vfs.c new file mode 100644 index 0000000..30760b7 --- /dev/null +++ b/multimedia/libxine/files/patch-src:input:input_gnome_vfs.c @@ -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 */ + |