diff options
author | Przemyslaw Pawelczyk <przemoc@zoho.com> | 2016-08-27 00:06:37 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-08-26 22:09:42 +0000 |
commit | 3b3a846dea118a749f81d1ca6406054a53ce8146 (patch) | |
tree | 41d02bb995da40ca7ce56a2e5f97a83f71a3e5cd /community/html-xml-utils/getopt-musl-fix.patch | |
parent | ed10cca4f0afaae26d09a5479ad68c6fa2f21014 (diff) | |
download | aports-3b3a846dea118a749f81d1ca6406054a53ce8146.tar.bz2 aports-3b3a846dea118a749f81d1ca6406054a53ce8146.tar.xz |
community/html-xml-utils: Move from testing.
Diffstat (limited to 'community/html-xml-utils/getopt-musl-fix.patch')
-rw-r--r-- | community/html-xml-utils/getopt-musl-fix.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/html-xml-utils/getopt-musl-fix.patch b/community/html-xml-utils/getopt-musl-fix.patch new file mode 100644 index 0000000000..dc76c0cf95 --- /dev/null +++ b/community/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" |