diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2025-01-07 09:55:47 +0100 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2025-01-12 22:36:33 +0100 |
commit | 87419e205df9e77ef8d6484a21e58b0942b44979 (patch) | |
tree | 03baff011c33d34ba57c805a6e34719f99ee16e6 | |
parent | textproc/hevea: fix build on powerpc (diff) |
textproc/typst: no more LTO issues on powerpc
-rw-r--r-- | textproc/typst/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/typst/Makefile b/textproc/typst/Makefile index ec56bb88b4e5..f680d37d0480 100644 --- a/textproc/typst/Makefile +++ b/textproc/typst/Makefile @@ -1,7 +1,7 @@ PORTNAME= typst DISTVERSIONPREFIX= v DISTVERSION= 0.12.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= wen@FreeBSD.org @@ -16,12 +16,6 @@ USE_GITHUB= yes PLIST_FILES= bin/${PORTNAME} -.include <bsd.port.options.mk> - -.if ${ARCH} == powerpc -LTO_UNSAFE= yes -.endif - do-install: ${INSTALL_PROGRAM} ${WRKDIR}/target/release/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} |