diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2024-12-13 10:58:30 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2024-12-13 11:22:28 +0300 |
commit | 67c54323c2e38dab99d8b7dbce4d1a00bf89f48d (patch) | |
tree | 27833b18ee05a7c2844c8376d0cbba5248010016 | |
parent | lang/gnat13: mark as PIE_UNSAFE (+) (diff) |
math/arpack-ng: mark as PIE_UNSAFE (+)
Reported by: bulk -t
Approved by: portmgr (blanket)
Sponsored by: Future Crew, LLC
-rw-r--r-- | math/arpack-ng/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/arpack-ng/Makefile b/math/arpack-ng/Makefile index 8cd7b13945a0..bc65a2136fa8 100644 --- a/math/arpack-ng/Makefile +++ b/math/arpack-ng/Makefile @@ -25,6 +25,8 @@ LDFLAGS+= -L${LOCALBASE}/lib TEST_TARGET= check USE_LDCONFIG= yes +PIE_UNSAFE= yes + PORTDOCS= * PORTEXAMPLES= * |