aboutsummaryrefslogtreecommitdiffstats
path: root/testing/html-xml-utils/getopt-musl-fix.patch
diff options
context:
space:
mode:
authorPrzemyslaw Pawelczyk <przemoc@zoho.com>2016-08-27 00:06:37 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2016-08-26 22:09:42 +0000
commit3b3a846dea118a749f81d1ca6406054a53ce8146 (patch)
tree41d02bb995da40ca7ce56a2e5f97a83f71a3e5cd /testing/html-xml-utils/getopt-musl-fix.patch
parented10cca4f0afaae26d09a5479ad68c6fa2f21014 (diff)
downloadaports-3b3a846dea118a749f81d1ca6406054a53ce8146.tar.bz2
aports-3b3a846dea118a749f81d1ca6406054a53ce8146.tar.xz
community/html-xml-utils: Move from testing.
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, 0 insertions, 12 deletions
diff --git a/testing/html-xml-utils/getopt-musl-fix.patch b/testing/html-xml-utils/getopt-musl-fix.patch
deleted file mode 100644
index dc76c0cf95..0000000000
--- a/testing/html-xml-utils/getopt-musl-fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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"