diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2024-12-13 10:50:30 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2024-12-13 11:22:21 +0300 |
commit | 76b989a1eff483cec4abe71fcb628a1666274437 (patch) | |
tree | b04e412d5a871a5af2409773e182f3ac73f76ac0 | |
parent | editors/libreoffice: mark as PIE_UNSAFE (+) (diff) |
emulators/dosbox: mark as PIE_UNSAFE (+)
Reported by: bulk -t
Approved by: portmgr (blanket)
Sponsored by: Future Crew, LLC
-rw-r--r-- | emulators/dosbox/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/dosbox/Makefile b/emulators/dosbox/Makefile index 6f0e1088ee47..8fdd5b970865 100644 --- a/emulators/dosbox/Makefile +++ b/emulators/dosbox/Makefile @@ -16,6 +16,8 @@ USES= cpe sdl USE_CXXSTD= c++14 USE_SDL= sdl net sound +PIE_UNSAFE= yes + GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-core-inline |