From 3cb64e298af73894e83d5921a850e0159d081c15 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Wed, 29 Jan 2025 15:37:48 +0100 Subject: [PATCH] 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 - -.if ${ARCH} == powerpc -LLD_UNSAFE= yes -.endif - post-patch: @${REINPLACE_CMD} \ -e "s|%%FULLVER%%|${DISTVERSION}|" \