aboutsummaryrefslogtreecommitdiff
path: root/x11-servers/Xfstt/files/patch-libfstt::ttf.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11-servers/Xfstt/files/patch-libfstt::ttf.h')
-rw-r--r--x11-servers/Xfstt/files/patch-libfstt::ttf.h15
1 files changed, 15 insertions, 0 deletions
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
+