diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2024-12-13 10:48:11 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2024-12-13 11:22:18 +0300 |
commit | 75c620848a43eeab22bbd1eac6dded2a34fae156 (patch) | |
tree | 90729e310273956812f7301fd4903ccf56eae7d1 | |
parent | devel/glibd: mark as PIE_UNSAFE (+) (diff) |
devel/ucpp: mark as PIE_UNSAFE (+)
Reported by: bulk -t
Approved by: portmgr (blanket)
Sponsored by: Future Crew, LLC
-rw-r--r-- | devel/ucpp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/ucpp/Makefile b/devel/ucpp/Makefile index 91ea80fef4d5..ead03939b929 100644 --- a/devel/ucpp/Makefile +++ b/devel/ucpp/Makefile @@ -18,6 +18,8 @@ USE_GITHUB= yes PLIST_FILES= bin/ucpp share/man/man1/ucpp.1.gz USES= gmake +PIE_UNSAFE= yes + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/ |