diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-06-30 21:17:30 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-06-30 21:17:30 +0800 |
commit | 52ba081c9e2cb4ec02276fff52c7b9635fecefd5 (patch) | |
tree | 4d830959c63cae271625af1731bf1ab9972d12fb | |
parent | 2c318bc97eb8abd38c0655947ad631ee4cb4dc95 (diff) | |
download | freebsd-ports-52ba081c9e2cb4ec02276fff52c7b9635fecefd5.zip |
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)
-rw-r--r-- | devel/orcania/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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> |