aboutsummaryrefslogtreecommitdiffstats
path: root/testing/html-xml-utils/getopt-musl-fix.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2015-12-15 22:12:04 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2015-12-15 22:12:04 +0000
commit11810c91c0a74a290242c06ab40318cea1d87325 (patch)
treebcf3a63129b105d7ffb6a0ee6690b9ce772b20b8 /testing/html-xml-utils/getopt-musl-fix.patch
parent2566377b7a5e650c109a6535a55e02a9d572a256 (diff)
downloadaports-11810c91c0a74a290242c06ab40318cea1d87325.tar.bz2
aports-11810c91c0a74a290242c06ab40318cea1d87325.tar.xz
testing/html-xml-utils: new aport. Fixes #4933
Diffstat (limited to 'testing/html-xml-utils/getopt-musl-fix.patch')
-rw-r--r--testing/html-xml-utils/getopt-musl-fix.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/html-xml-utils/getopt-musl-fix.patch b/testing/html-xml-utils/getopt-musl-fix.patch
new file mode 100644
index 0000000000..dc76c0cf95
--- /dev/null
+++ b/testing/html-xml-utils/getopt-musl-fix.patch
@@ -0,0 +1,12 @@
+diff --git a/hxnum.c b/hxnum.c
+index d72bac6..deaba9b 100644
+--- a/hxnum.c
++++ b/hxnum.c
+@@ -28,6 +28,7 @@
+ # endif
+ #endif
+ #include <stdlib.h>
++#include <getopt.h>
+ #include <assert.h>
+ #include "export.h"
+ #include "types.e"