commit:     35b9df53107e1ba58ac9b9ba65eaadb2af625005
Author:     Paolo Pedroni <PPed72 <AT> users <DOT> noreply <DOT> github <DOT> 
com>
AuthorDate: Tue Nov 10 15:13:19 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Nov 14 23:38:32 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b9df53

app-arch/lha: create lha-114i-fix-getopt_long-declaration.patch

Fixes bug #467544

 app-arch/lha/files/lha-114i-fix-getopt_long-declaration.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)

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 0000000..b57a1c9
--- /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;

Reply via email to