mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
cad/openvsp: Fix build on i386
PR: 208904 Submitted by: fernando.apesteguia@gmail.com (maintainer)
This commit is contained in:
parent
4dfa75e3f1
commit
eed40caab8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413788
2 changed files with 10 additions and 1 deletions
|
@ -31,7 +31,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libopenNURBS.a:graphics/opennurbs \
|
||||||
${LOCALBASE}/include/eigen3/Eigen/Array:math/eigen3
|
${LOCALBASE}/include/eigen3/Eigen/Array:math/eigen3
|
||||||
|
|
||||||
BROKEN_FreeBSD_9= dependency graphics/code-eli needs additional math functions
|
BROKEN_FreeBSD_9= dependency graphics/code-eli needs additional math functions
|
||||||
ONLY_FOR_ARCHS= amd64
|
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_PROJECT= OpenVSP
|
GH_PROJECT= OpenVSP
|
||||||
|
|
10
cad/openvsp/files/patch-src_vsp__graphic_src_Scene.cpp
Normal file
10
cad/openvsp/files/patch-src_vsp__graphic_src_Scene.cpp
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- src/vsp_graphic/src/Scene.cpp.orig 2016-04-22 13:35:09 UTC
|
||||||
|
+++ src/vsp_graphic/src/Scene.cpp
|
||||||
|
@@ -16,6 +16,7 @@
|
||||||
|
#include "ByteOperationUtil.h"
|
||||||
|
|
||||||
|
#include <assert.h>
|
||||||
|
+#include <stdlib.h>
|
||||||
|
|
||||||
|
namespace VSPGraphic
|
||||||
|
{
|
Loading…
Add table
Reference in a new issue