View | Details | Raw Unified | Return to bug 242530
Collapse All | Expand All

(-)Makefile (-2 lines)
Lines 68-75 Link Here
68
			libvtkDomainsChemistry-6.2.so:math/vtk6
68
			libvtkDomainsChemistry-6.2.so:math/vtk6
69
PLUGINS_IMPLIES=	SHAPELIB
69
PLUGINS_IMPLIES=	SHAPELIB
70
70
71
CXXFLAGS_powerpc64=	-DNO_WARN_X86_INTRINSICS -mvsx
72
73
post-patch:
71
post-patch:
74
	@${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},1' ${WRKSRC}/snap/gui/ccViewer.desktop ${WRKSRC}/snap/gui/cloudcompare.desktop
72
	@${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},1' ${WRKSRC}/snap/gui/ccViewer.desktop ${WRKSRC}/snap/gui/cloudcompare.desktop
75
73
(-)files/patch-plugins_core_qRANSAC__SD_RANSAC__SD__orig_MiscLib_AlignedAllocator.h (-3 / +9 lines)
Lines 1-6 Link Here
1
--- ./plugins/core/qRANSAC_SD/RANSAC_SD_orig/MiscLib/AlignedAllocator.h.orig	2019-01-07 13:59:17.670295000 -0500
1
--- plugins/core/qRANSAC_SD/RANSAC_SD_orig/MiscLib/AlignedAllocator.h.orig	2019-06-13 21:16:40 UTC
2
+++ ./plugins/core/qRANSAC_SD/RANSAC_SD_orig/MiscLib/AlignedAllocator.h	2019-01-07 13:59:38.242600000 -0500
2
+++ plugins/core/qRANSAC_SD/RANSAC_SD_orig/MiscLib/AlignedAllocator.h
3
@@ -1,7 +1,7 @@
3
@@ -1,12 +1,12 @@
4
 #ifndef MiscLib__ALIGNEDALLOCATOR_HEADER__
4
 #ifndef MiscLib__ALIGNEDALLOCATOR_HEADER__
5
 #define MiscLib__ALIGNEDALLOCATOR_HEADER__
5
 #define MiscLib__ALIGNEDALLOCATOR_HEADER__
6
 #include <memory>
6
 #include <memory>
Lines 9-11 Link Here
9
 #include <malloc.h>
9
 #include <malloc.h>
10
 #else
10
 #else
11
 #include <stdlib.h>
11
 #include <stdlib.h>
12
 #endif
13
-#include <xmmintrin.h>
14
+#include <mm_malloc.h>
15
 #include <limits>
16
 #ifdef max
17
 #undef max

Return to bug 242530