diff options
author | Paolo Pedroni <PPed72@users.noreply.github.com> | 2015-11-10 16:13:19 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-11-14 23:38:32 +0000 |
commit | 35b9df53107e1ba58ac9b9ba65eaadb2af625005 (patch) | |
tree | 1a523b05f19b7ebc3ef38054e1a582fe0201e93a /app-arch/lha | |
parent | app-arch/lha: create lha-114i-r8.ebuild (diff) | |
download | gentoo-35b9df53107e1ba58ac9b9ba65eaadb2af625005.tar.gz gentoo-35b9df53107e1ba58ac9b9ba65eaadb2af625005.tar.bz2 gentoo-35b9df53107e1ba58ac9b9ba65eaadb2af625005.zip |
app-arch/lha: create lha-114i-fix-getopt_long-declaration.patch
Fixes bug #467544
Diffstat (limited to 'app-arch/lha')
-rw-r--r-- | app-arch/lha/files/lha-114i-fix-getopt_long-declaration.patch | 11 |
1 files changed, 11 insertions, 0 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 new file mode 100644 index 000000000000..b57a1c9c6158 --- /dev/null +++ b/app-arch/lha/files/lha-114i-fix-getopt_long-declaration.patch @@ -0,0 +1,11 @@ +--- 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; |