aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-06-02 16:02:59 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-06-02 20:43:43 +0000
commit5fcf80fd2d714b550fc2db5ac468aa591ede6e46 (patch)
tree1e1a1c4cb0439e039836c0348e708990e0078a24
parent853e948b1cdcb8528a98b0b63cc0254487aef48d (diff)
downloadports-5fcf80fd2d714b550fc2db5ac468aa591ede6e46.tar.gz
ports-5fcf80fd2d714b550fc2db5ac468aa591ede6e46.zip
science/InsightToolkit501: Fix build om i386
Reported by: fallout
-rw-r--r--science/InsightToolkit501/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/science/InsightToolkit501/Makefile b/science/InsightToolkit501/Makefile
index 36263cbac051..c0d01e1e31db 100644
--- a/science/InsightToolkit501/Makefile
+++ b/science/InsightToolkit501/Makefile
@@ -42,6 +42,7 @@ CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON \
-DModule_ITKIOMIC:BOOL=ON \
-DModule_ITKIOTransformMINC:BOOL=ON \
-DModule_ITKReview:BOOL=ON
+CMAKE_ON= -PIE
USE_LDCONFIG= ${PREFIX}/lib/InsightToolkit
ITK_VER= ${PORTVERSION:R}
PLIST_SUB+= ITK_VER=${ITK_VER}