git: 3cb64e298af7 - main - math/R: drop unnecessary powerpc knob
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jan 2025 16:58:32 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=3cb64e298af73894e83d5921a850e0159d081c15 commit 3cb64e298af73894e83d5921a850e0159d081c15 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-29 14:37:48 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-29 16:57:20 +0000 math/R: drop unnecessary powerpc knob --- math/R/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/math/R/Makefile b/math/R/Makefile index d1b6a6f4bb6d..c8f5e7a1d74c 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -122,12 +122,6 @@ X11_CONFIGURE_WITH= x _MAJORVER= ${DISTVERSION:R:R} -.include <bsd.port.options.mk> - -.if ${ARCH} == powerpc -LLD_UNSAFE= yes -.endif - post-patch: @${REINPLACE_CMD} \ -e "s|%%FULLVER%%|${DISTVERSION}|" \