diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-07-04 03:14:20 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-07-04 03:14:20 +0000 |
commit | 10599c7b734cb9fe7964ad392ecbfa6033711853 (patch) | |
tree | b1927e23b04bdb8b99a3ec66298631ebade13cf4 /multimedia/libdvdnav | |
parent | 286c8829d7db3724d68ebb0b5998b2bcb82d0af5 (diff) | |
download | ports-10599c7b734cb9fe7964ad392ecbfa6033711853.tar.gz ports-10599c7b734cb9fe7964ad392ecbfa6033711853.zip |
Fix build error on -stable.
Submitted by: nork
Notes
Notes:
svn path=/head/; revision=62402
Diffstat (limited to 'multimedia/libdvdnav')
-rw-r--r-- | multimedia/libdvdnav/files/patch-src:read_cache.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/libdvdnav/files/patch-src:read_cache.c b/multimedia/libdvdnav/files/patch-src:read_cache.c new file mode 100644 index 000000000000..e08d63b9947c --- /dev/null +++ b/multimedia/libdvdnav/files/patch-src:read_cache.c @@ -0,0 +1,11 @@ +--- src/read_cache.c.bak Thu Jul 4 02:59:56 2002 ++++ src/read_cache.c Thu Jul 4 02:59:56 2002 +@@ -83,7 +83,7 @@ + #define _MT_TRACE 1 + + #if _MT_TRACE +-#define dprintf(fmt, args...) fprintf(stderr, "%s: " fmt, __FUNCTION__, ##args); ++#define dprintf(fmt, args...) fprintf(stderr, "%s: "fmt, __FUNCTION__ ,## args) + #else + #define dprintf(fmt, args...) /* Nowt */ + #endif |