View | Details | Raw Unified | Return to bug 231722
Collapse All | Expand All

(-)Makefile (-2 lines)
Lines 16-23 Link Here
16
16
17
BUILD_DEPENDS=	re2c:devel/re2c
17
BUILD_DEPENDS=	re2c:devel/re2c
18
18
19
BROKEN_powerpc64=	fails to compile: term.cc: error: pow is not a member of std
20
21
USES=		bison compiler:c++11-lib python:2.7 scons
19
USES=		bison compiler:c++11-lib python:2.7 scons
22
MAKE_ARGS=	${MAKE_ENV}
20
MAKE_ARGS=	${MAKE_ENV}
23
CXXFLAGS+=	-std=c++11
21
CXXFLAGS+=	-std=c++11
(-)files/patch-libgringo_src_term.cc (+10 lines)
Line 0 Link Here
1
--- libgringo/src/term.cc.orig	2018-09-25 16:02:56 UTC
2
+++ libgringo/src/term.cc
3
@@ -21,6 +21,7 @@
4
 #include "gringo/term.hh"
5
 #include "gringo/logger.hh"
6
 #include "gringo/graph.hh"
7
+#include <cmath>
8
 
9
 namespace Gringo {
10
 

Return to bug 231722