From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/p7zip/files/
Date: Mon, 28 Mar 2016 07:26:02 +0000 (UTC) [thread overview]
Message-ID: <1459149941.8c427497e8b041bb0908964e10b71ea21dcb7216.grobian@gentoo> (raw)
commit: 8c427497e8b041bb0908964e10b71ea21dcb7216
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 07:24:53 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 07:25:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c427497
app-arch/p7zip: fix compilation on OSX El Capitan also, bug #577344
Package-Manager: portage-2.2.28-prefix
app-arch/p7zip/files/p7zip-15.14-darwin.patch | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/app-arch/p7zip/files/p7zip-15.14-darwin.patch b/app-arch/p7zip/files/p7zip-15.14-darwin.patch
index 2db6de9..412b838 100644
--- a/app-arch/p7zip/files/p7zip-15.14-darwin.patch
+++ b/app-arch/p7zip/files/p7zip-15.14-darwin.patch
@@ -1,4 +1,5 @@
Darwin has wchar_h and wctypes_h.
+El Capitan needs <sys/types.h> for ino_t.
--- CPP/myWindows/config.h
+++ CPP/myWindows/config.h
@@ -11,3 +12,14 @@ Darwin has wchar_h and wctypes_h.
/* <wchar.h> */
/* ENV_HAVE_WCHAR__H and not ENV_HAVE_WCHAR_H to avoid warning with wxWidgets */
+--- CPP/myWindows/StdAfx.h
++++ CPP/myWindows/StdAfx.h
+@@ -32,7 +32,7 @@
+ #include <errno.h>
+ #include <math.h>
+
+-#ifdef __NETWARE__
++#if defined(__NETWARE__) || defined(__MACH__)
+ #include <sys/types.h>
+ #endif
+
next reply other threads:[~2016-03-28 7:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-28 7:26 Fabian Groffen [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-05-31 12:14 [gentoo-commits] repo/gentoo:master commit in: app-arch/p7zip/files/ Fabian Groffen
2017-08-08 22:43 Matt Thode
2016-07-03 11:57 Patrice Clement
2016-04-10 9:49 Lars Wendler
2015-12-03 10:44 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1459149941.8c427497e8b041bb0908964e10b71ea21dcb7216.grobian@gentoo \
--to=grobian@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox