git: 5fcf80fd2d71 - main - science/InsightToolkit501: Fix build om i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 02 Jun 2024 20:43:46 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5fcf80fd2d714b550fc2db5ac468aa591ede6e46
commit 5fcf80fd2d714b550fc2db5ac468aa591ede6e46
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-06-02 16:02:59 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-02 20:43:43 +0000
science/InsightToolkit501: Fix build om i386
Reported by: fallout
---
science/InsightToolkit501/Makefile | 1 +
1 file changed, 1 insertion(+)
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}