diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-31 11:24:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:12 +0000 |
commit | 2dd7e3cbec142193aa28fe6ee22037566830b53f (patch) | |
tree | e9cf4cf4e004cdda20c24ee02d28dcc7cb60774f /main/gvpe/musl-getopt_long.patch | |
parent | cd8bd76222254d77f153563388b29415491dad33 (diff) | |
download | aports-2dd7e3cbec142193aa28fe6ee22037566830b53f.tar.gz aports-2dd7e3cbec142193aa28fe6ee22037566830b53f.tar.bz2 aports-2dd7e3cbec142193aa28fe6ee22037566830b53f.tar.xz |
main/gvpe: upgrade to 3.1 and modernize
Diffstat (limited to 'main/gvpe/musl-getopt_long.patch')
-rw-r--r-- | main/gvpe/musl-getopt_long.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/main/gvpe/musl-getopt_long.patch b/main/gvpe/musl-getopt_long.patch new file mode 100644 index 0000000000..beefe78e21 --- /dev/null +++ b/main/gvpe/musl-getopt_long.patch @@ -0,0 +1,17 @@ +diff --git a/lib/getopt1.c b/lib/getopt1.c +index 9e29155..f8788bb 100644 +--- a/lib/getopt1.c ++++ b/lib/getopt1.c +@@ -21,6 +21,7 @@ along with gvpe; if not, write to the Free Software + Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + ++#if 0 + #ifdef HAVE_CONFIG_H + #include <config.h> + #endif +@@ -189,3 +190,4 @@ main (argc, argv) + } + + #endif /* TEST */ ++#endif |