diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2025-01-17 07:58:45 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2025-01-17 08:01:10 +0000 |
commit | 53f262b6e9f975de114d829746af3b79278610a2 (patch) | |
tree | 92fcb93e5f7c2a7de866a343ab52ccebf9023aeb | |
parent | f5d19d6b53b8ed19aea47fca5cc8b4afb064f770 (diff) |
java/intellij-fsnotifier: mark as PIE_UNSAFE (+)
Reported by: poudriere fallout
Sponsored by: Future Crew, LLC
-rw-r--r-- | java/intellij-fsnotifier/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/intellij-fsnotifier/Makefile b/java/intellij-fsnotifier/Makefile index 04cb5eff54be..f7c6f2e227b0 100644 --- a/java/intellij-fsnotifier/Makefile +++ b/java/intellij-fsnotifier/Makefile @@ -18,6 +18,8 @@ GL_ACCOUNT= worthwhileit/bsd GL_PROJECT= fsnotifier GL_COMMIT= b96f269f637058461df482f4cf55037a5968d7a8 +PIE_UNSAFE= yes + CMAKE_ARGS+= -DVERSION=${PORTVERSION} PLIST_SUB+= PORTVERSION=${PORTVERSION} |