public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libflowmanager/files/, net-libs/libflowmanager/
@ 2017-12-02 10:52 Jeroen Roovers
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers @ 2017-12-02 10:52 UTC (permalink / raw
  To: gentoo-commits

commit:     e96adb22c8c7eb204fc44c91ba333dc4818b7f5c
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  2 10:52:11 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Dec  2 10:52:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e96adb22

net-libs/libflowmanager: Add include (bug #639456).

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 net-libs/libflowmanager/Manifest                               |  2 +-
 .../libflowmanager/files/libflowmanager-3.0.0-stdint_h.patch   | 10 ++++++++++
 net-libs/libflowmanager/libflowmanager-3.0.0-r1.ebuild         |  3 +++
 3 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/net-libs/libflowmanager/Manifest b/net-libs/libflowmanager/Manifest
index 8bcd49389a3..4ddcc7916f4 100644
--- a/net-libs/libflowmanager/Manifest
+++ b/net-libs/libflowmanager/Manifest
@@ -1 +1 @@
-DIST libflowmanager-3.0.0.tar.gz 405501 SHA256 0866adfcdc223426ba17d6133a657d94928b4f8e12392533a27387b982178373 SHA512 7f6eebb996c50ffa7f2882e0448c95b88cbef433fbc40928a6d111a86c3006ef80cc71b4cb5e73dbe13753410cd88bfcfd32616a0969e417e5a832684b5f0aca WHIRLPOOL b1774686fc222c44598530f769b9658c8c07a470a0537f4ae7f2a655736651e34a712432496cfe468efec54b8ae484354e55af16bc9020d8428e6c9500c2e249
+DIST libflowmanager-3.0.0.tar.gz 405501 BLAKE2B bccc7b4bd83038e0f4016fcedcf7f8a808cd2e13f02bdb2e012cda5e2eea3a9cdc59df68e53a335a18004adc90f9308ca08be11ecf0f12429466d9671424c6d9 SHA512 7f6eebb996c50ffa7f2882e0448c95b88cbef433fbc40928a6d111a86c3006ef80cc71b4cb5e73dbe13753410cd88bfcfd32616a0969e417e5a832684b5f0aca

diff --git a/net-libs/libflowmanager/files/libflowmanager-3.0.0-stdint_h.patch b/net-libs/libflowmanager/files/libflowmanager-3.0.0-stdint_h.patch
new file mode 100644
index 00000000000..a82d116f5c5
--- /dev/null
+++ b/net-libs/libflowmanager/files/libflowmanager-3.0.0-stdint_h.patch
@@ -0,0 +1,10 @@
+--- a/lib/tcp_reorder.c
++++ b/lib/tcp_reorder.c
+@@ -47,6 +47,7 @@
+  */
+ 
+ #include <stdlib.h>
++#include <stdint.h> /* UINT32_MAX */
+ #include <assert.h>
+ #include <stdio.h>
+ #include <libtrace.h>

diff --git a/net-libs/libflowmanager/libflowmanager-3.0.0-r1.ebuild b/net-libs/libflowmanager/libflowmanager-3.0.0-r1.ebuild
index 05a50cf545b..6705dcc8dc9 100644
--- a/net-libs/libflowmanager/libflowmanager-3.0.0-r1.ebuild
+++ b/net-libs/libflowmanager/libflowmanager-3.0.0-r1.ebuild
@@ -19,6 +19,9 @@ DEPEND="
 RDEPEND="
 	${DEPEND}
 "
+PATCHES=(
+	"${FILESDIR}"/${PN}-3.0.0-stdint_h.patch
+)
 
 src_configure() {
 	econf $(use_enable static-libs static)


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-02 10:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-02 10:52 [gentoo-commits] repo/gentoo:master commit in: net-libs/libflowmanager/files/, net-libs/libflowmanager/ Jeroen Roovers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox