summaryrefslogtreecommitdiff
path: root/app-arch/lha/files/lha-114i-fix-getopt_long-declaration.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/lha/files/lha-114i-fix-getopt_long-declaration.patch')
-rw-r--r--app-arch/lha/files/lha-114i-fix-getopt_long-declaration.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-arch/lha/files/lha-114i-fix-getopt_long-declaration.patch b/app-arch/lha/files/lha-114i-fix-getopt_long-declaration.patch
deleted file mode 100644
index b57a1c9c6158..000000000000
--- a/app-arch/lha/files/lha-114i-fix-getopt_long-declaration.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/getopt_long.c.orig 2013-12-18 16:05:59.789413528 -0600
-+++ src/getopt_long.c 2013-12-18 16:06:01.200420472 -0600
-@@ -64,7 +64,7 @@
-
- #ifndef USE_GNU
- #include <stdio.h>
--#include <getopt_long.h>
-+#include "getopt_long.h"
-
- char *optarg;
- int optind;