From 45c982a17fb1e5c2a0aafd6b2a6dfa220fa40d24 Mon Sep 17 00:00:00 2001 From: Ronald Klop Date: Wed, 11 Dec 2024 09:18:58 +0100 Subject: 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 --- graphics/pgplot/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3