git: 52ba081c9e2c - main - devel/orcania: Mark PIE_UNSAFE

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 30 Jun 2023 13:18:44 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=52ba081c9e2cb4ec02276fff52c7b9635fecefd5

commit 52ba081c9e2cb4ec02276fff52c7b9635fecefd5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 13:17:30 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 13:17:30 +0000

    devel/orcania: Mark PIE_UNSAFE
    
    cc: error: argument unused during compilation: '-pie' [-Werror,-Wunused-command-line-argument]
    ninja: build stopped: subcommand failed.
    
    Approved by:    portmgr (blanket)
---
 devel/orcania/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/orcania/Makefile b/devel/orcania/Makefile
index 80d20ae713c5..52951c3d454d 100644
--- a/devel/orcania/Makefile
+++ b/devel/orcania/Makefile
@@ -14,6 +14,8 @@ USES=		cmake pathfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	babelouest
 
+PIE_UNSAFE=	yes
+
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
 .include <bsd.port.mk>