forked from pool/texlive
df867d8099
around boo#1228342 and enable build with GCC 14 on 32bit architectures. I plan to not to close the bug and keep an eye on the package and remove the flag when it hopefully becomes unnecessary in the future. If the request is OK, please forward it to Factory too so that we can switch the default compiler. Thanks! OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=478
20 lines
467 B
Plaintext
20 lines
467 B
Plaintext
---
|
|
texk/xdvik/xdvi.h | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
--- texk/xdvik/xdvi.h
|
|
+++ texk/xdvik/xdvi.h 2016-01-28 12:20:33.976881969 +0000
|
|
@@ -182,6 +182,12 @@ extern unsigned long time_start, time_en
|
|
#include <inttypes.h>
|
|
#endif
|
|
|
|
+/* redefine X11 macros for our own usage, see below */
|
|
+#ifdef __STDC__
|
|
+# undef NeedFunctionPrototypes
|
|
+# undef NeedWidePrototypes
|
|
+#endif
|
|
+
|
|
/* for unused parameters */
|
|
#ifndef UNUSED
|
|
# define UNUSED(x) ((void)(x))
|