1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/cad/openvsp/files
Piotr Kubaj a67a5042f1 cad/openvsp: fix build on non-x86
Don't use amd64 code on all 64-bit architectures.
Include sys/param.h because of:
/usr/local/poudriere/ports/default/cad/openvsp/work/OpenVSP-OpenVSP_3.19.0/src/util/FileUtil.cpp:118:18: error: 'PATH_MAX' was not declared in this scope
  118 |     char exepath[PATH_MAX];
      |                  ^~~~~~~~

PR:		242235
Approved by:	fernape (maintainer), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D22576
2019-11-27 19:56:26 +00:00
..
patch-src_external_angelscript_sdk_angelscript_source_as__callfunc__x86.cpp
patch-src_external_angelscript_sdk_angelscript_source_as__config.h cad/openvsp: fix build on non-x86 2019-11-27 19:56:26 +00:00
patch-src_external_angelscript_sdk_CMakeLists.txt
patch-src_util_FileUtil.cpp cad/openvsp: fix build on non-x86 2019-11-27 19:56:26 +00:00
patch-src_vsp_CMakeLists.txt