svn commit: r513483 - head/graphics/blender/files

Piotr Kubaj pkubaj at FreeBSD.org
Tue Oct 1 14:07:55 UTC 2019


Author: pkubaj
Date: Tue Oct  1 14:07:54 2019
New Revision: 513483
URL: https://svnweb.freebsd.org/changeset/ports/513483

Log:
  graphics/blender: fix build on powerpc64
  
  Macros for ppc64 are needed.
  
  PR:		240864
  Approved by:	FreeBSD at ShaneWare.Biz (maintainer), linimon (mentor)

Added:
  head/graphics/blender/files/patch-intern_numaapi_source_build__config.h   (contents, props changed)

Added: head/graphics/blender/files/patch-intern_numaapi_source_build__config.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/blender/files/patch-intern_numaapi_source_build__config.h	Tue Oct  1 14:07:54 2019	(r513483)
@@ -0,0 +1,14 @@
+--- intern/numaapi/source/build_config.h.orig	2019-09-27 08:55:36 UTC
++++ intern/numaapi/source/build_config.h
+@@ -307,6 +307,11 @@
+ #    define ARCH_CPU_32_BITS 1
+ #    define ARCH_CPU_BIG_ENDIAN 1
+ #  endif
++#elif defined(__powerpc64__)
++#  define ARCH_CPU_PPC_FAMILY 1
++#  define ARCH_CPU_PPC 1
++#  define ARCH_CPU_64_BITS 1
++#  define ARCH_CPU_BIG_ENDIAN 1
+ #else
+ #  error Please add support for your architecture in build_config.h
+ #endif


More information about the svn-ports-head mailing list