From f28b74e40f9aa877507d25367c98fb8281af58ce Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Thu, 4 Sep 2003 17:21:40 +0000 Subject: - Update to version 1.6 PR: 56439 Submitted by: Ports Fury --- x11-servers/Xfstt/files/patch-libfstt::ttf.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 x11-servers/Xfstt/files/patch-libfstt::ttf.h (limited to 'x11-servers/Xfstt/files/patch-libfstt::ttf.h') diff --git a/x11-servers/Xfstt/files/patch-libfstt::ttf.h b/x11-servers/Xfstt/files/patch-libfstt::ttf.h new file mode 100644 index 000000000000..8abc5c2fb420 --- /dev/null +++ b/x11-servers/Xfstt/files/patch-libfstt::ttf.h @@ -0,0 +1,15 @@ +--- libfstt/ttf.h.orig Thu Aug 7 15:20:44 2003 ++++ libfstt/ttf.h Wed Sep 3 08:03:38 2003 +@@ -49,10 +49,10 @@ + #endif + + #ifndef DEBUG +-# define debug(format, ...) ++# define debug(format, ARGS...) + # define STATIC static + #else +-# define debug(format, ...) fprintf(outfile, format, ##__VA_ARGS__) ++# define debug(format, ARGS...) fprintf(outfile, format, ##ARGS) + # define STATIC + #endif + -- cgit v1.2.3