mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
cad/meshlab: fix build on GCC architectures
Use C++11 compiler. Include climit in AtomicCounter.h because GCC doesn't include it by default.
This commit is contained in:
parent
f180a39684
commit
8d33a31606
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543638
@ -14,7 +14,7 @@ LICENSE= GPLv2
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/vcglib/img/img.h:devel/vcglib
|
||||
LIB_DEPENDS= libmpirxx.so:math/mpir
|
||||
|
||||
USES= dos2unix gl qmake:outsource qt:5
|
||||
USES= compiler:c++11-lang dos2unix gl qmake:outsource qt:5
|
||||
USE_GL= gl glu glew
|
||||
USE_QT= buildtools_build core gui network \
|
||||
opengl script xml xmlpatterns widgets
|
||||
|
@ -0,0 +1,10 @@
|
||||
--- src/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Raytracer/AtomicCounter.h.orig 2020-07-27 23:02:57 UTC
|
||||
+++ src/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Raytracer/AtomicCounter.h
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
#include <QMutex>
|
||||
#include <QWaitCondition>
|
||||
+#include <climits>
|
||||
|
||||
namespace SyntopiaCore {
|
||||
namespace GLEngine {
|
Loading…
Reference in New Issue
Block a user