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 /testing/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 'testing/html-xml-utils/getopt-musl-fix.patch')
-rw-r--r-- | testing/html-xml-utils/getopt-musl-fix.patch | 12 |
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" |