diff options
| author | Ronald Klop <ronald@FreeBSD.org> | 2024-12-11 09:18:58 +0100 |
|---|---|---|
| committer | Ronald Klop <ronald@FreeBSD.org> | 2025-09-25 09:01:21 +0200 |
| commit | 45c982a17fb1e5c2a0aafd6b2a6dfa220fa40d24 (patch) | |
| tree | 53862f9685e5e1a9cb65b503d4880c650b85fd52 | |
| parent | 5d24c4b7a44f2318846cd18a480161059c6dff84 (diff) | |
graphics/pgplot: mark broken on armv7
Saves a few minutes of unnecessary compilation.
I tried RELRO_UNSAFE, but the '-Wl,-zrelro' comes from somewhere else
in the build AFAIS.
Reported-by: https://portsfallout.com/fallout?port=graphics%2Fpgplot%24
| -rw-r--r-- | graphics/pgplot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/pgplot/Makefile b/graphics/pgplot/Makefile index 68da1519bb6f..ac003945f05c 100644 --- a/graphics/pgplot/Makefile +++ b/graphics/pgplot/Makefile @@ -14,6 +14,8 @@ LICENSE_NAME= PGPLOT License LICENSE_FILE= ${WRKSRC}/copyright.notice LICENSE_PERMS= dist-mirror pkg-mirror auto-accept +BROKEN_armv7= link error: /usr/local/bin/ld: error: unsupported option: -z relro + LIB_DEPENDS= libpng.so:graphics/png USES= fortran shebangfix xorg |
