BUILD_DEPENDS= re2c:devel/re2c
BROKEN_powerpc64= fails to compile: term.cc: error: pow is not a member of std
USES= bison compiler:c++11-lib python:2.7 scons
MAKE_ARGS= ${MAKE_ENV}
CXXFLAGS+= -std=c++11
--- libgringo/src/term.cc.orig 2018-09-25 16:02:56 UTC
+++ libgringo/src/term.cc
@@ -21,6 +21,7 @@
#include "gringo/term.hh"
#include "gringo/logger.hh"
#include "gringo/graph.hh"
+#include <cmath>
namespace Gringo {