summaryrefslogtreecommitdiff
path: root/app-text/xml2doc/files/xml2doc-20030510-gcc10-no-common.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/xml2doc/files/xml2doc-20030510-gcc10-no-common.patch')
-rw-r--r--app-text/xml2doc/files/xml2doc-20030510-gcc10-no-common.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-text/xml2doc/files/xml2doc-20030510-gcc10-no-common.patch b/app-text/xml2doc/files/xml2doc-20030510-gcc10-no-common.patch
new file mode 100644
index 000000000000..17965c946abe
--- /dev/null
+++ b/app-text/xml2doc/files/xml2doc-20030510-gcc10-no-common.patch
@@ -0,0 +1,18 @@
+--- a/src/defs.h
++++ b/src/defs.h
+@@ -18,13 +18,13 @@
+
+ /* Global vars */
+
+-enum
++enum align
+ {
+ ALIGN_RIGHT,
+ ALIGN_LEFT,
+ ALIGN_JUSTIFY,
+ ALIGN_CENTER
+-} align;
++};
+
+ typedef struct
+ {