mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
- Unbreak
- Add LICENSE_FILE Approved by: portmgr blanket
This commit is contained in:
parent
c7ff0bc16e
commit
294c1add10
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379618
@ -10,8 +10,7 @@ MAINTAINER= vg@FreeBSD.org
|
||||
COMMENT= High-performance datastructures and utilities for C++
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
BROKEN= Fails to build
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libpo6.pc:${PORTSDIR}/devel/libpo6
|
||||
|
||||
|
11
devel/libe/files/patch-garbage_collector.cc
Normal file
11
devel/libe/files/patch-garbage_collector.cc
Normal file
@ -0,0 +1,11 @@
|
||||
--- garbage_collector.cc.orig 2014-05-03 22:16:07.000000000 +0400
|
||||
+++ garbage_collector.cc 2015-02-21 16:58:28.000000000 +0300
|
||||
@@ -30,6 +30,8 @@
|
||||
// e
|
||||
#include "e/garbage_collector.h"
|
||||
|
||||
+#include <algorithm>
|
||||
+
|
||||
using e::garbage_collector;
|
||||
|
||||
class garbage_collector::thread_state_node
|
Loading…
Reference in New Issue
Block a user