net-p2p/clboss: upgrade from 0.13 to 0.13.1

main
Vasil Dimov 2024-05-08 10:13:00 +02:00
parent 6d4f6e2774
commit d608a4fe1f
No known key found for this signature in database
GPG Key ID: 54DF06F64B55CBBF
3 changed files with 4 additions and 15 deletions

View File

@ -1,7 +1,7 @@
PORTNAME= clboss
DISTVERSIONPREFIX= v
# To build from an arbitrary git commit comment DISTVERSION
DISTVERSION= 0.13
DISTVERSION= 0.13.1
# and uncomment the following two lines (use for example -gf8d8348c where f8d8348c is a commit hash)
#DISTVERSION= 0
#DISTVERSIONSUFFIX= -g0673c50e7

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1707722279
SHA256 (ZmnSCPxj-clboss-v0.13_GH0.tar.gz) = 5eec4df9116159e56c86beeb80933a997afc5bc46eb18057f9fd670c81830ff4
SIZE (ZmnSCPxj-clboss-v0.13_GH0.tar.gz) = 2947305
TIMESTAMP = 1715154453
SHA256 (ZmnSCPxj-clboss-v0.13.1_GH0.tar.gz) = 963ea89826b0ccc0bf754f2391b9e7742f01af54821bcfd7bbf651508d0f238f
SIZE (ZmnSCPxj-clboss-v0.13.1_GH0.tar.gz) = 2947982

View File

@ -1,11 +0,0 @@
--- Util/Compiler.hpp.orig 2024-02-12 08:08:33 UTC
+++ Util/Compiler.hpp
@@ -1,7 +1,7 @@
#ifndef COMPILER_H_
#define COMPILER_H_
-#ifdef __GNUC__
+#if defined(__GNUC__) && !defined(__clang__)
#include <features.h>
// We need a GCC patch here due the following bug
// <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107134>