diff options
| author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2024-07-05 12:27:26 +0000 |
|---|---|---|
| committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2024-07-05 12:27:34 +0000 |
| commit | ed3177814ea76674daaa4d82bfcdcd4fc5dfe5d0 (patch) | |
| tree | a1733e2ee973b1eae69e2a53e49a3e7bb2b6d42d | |
| parent | 6be13aff2d27eaebd3c7709c2385839f9d68a378 (diff) | |
graphics/chafa: Remove 13.1 cruft
| -rw-r--r-- | graphics/chafa/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/graphics/chafa/Makefile b/graphics/chafa/Makefile index 50912251819e..f0f9f013fce0 100644 --- a/graphics/chafa/Makefile +++ b/graphics/chafa/Makefile @@ -33,13 +33,6 @@ INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -# Remove when releng/13.2 is EoL -.if ${OSVERSION} < 1303001 && ${ARCH} == "i386" -BROKEN= error: libchafa.so: undefined reference to _mm_extract_epi64 -.endif - post-install: ${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 \ ${STAGEDIR}${PREFIX}/share/man/man1 |
