Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jun 2024 20:43:46 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5fcf80fd2d71 - main - science/InsightToolkit501: Fix build om i386
Message-ID:  <202406022043.452KhkSN049961@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406022043.452KhkSN049961>