git: 7293b03198af - main - lang/guile2: fix build on powerpc

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Tue, 16 Nov 2021 12:10:59 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7293b03198af1de8be6302461a08c431330d4aa9

commit 7293b03198af1de8be6302461a08c431330d4aa9
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-11-16 12:03:38 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-11-16 12:03:38 +0000

    lang/guile2: fix build on powerpc
    
    Upstream bug at https://debbugs.gnu.org/cgi/bugreport.cgi?bug=38772
    
    PR:     242769
    Reported by:    canardo909@gmx.com
---
 lang/guile2/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lang/guile2/Makefile b/lang/guile2/Makefile
index c6c5e8ba28a4..91c6a4ce794d 100644
--- a/lang/guile2/Makefile
+++ b/lang/guile2/Makefile
@@ -59,6 +59,7 @@ post-patch:
 		${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|-i -e|-i.bak -e|' \
 		${WRKSRC}/libguile/Makefile.in
+	@${RM} -r ${WRKSRC}/prebuilt/32-bit-big-endian
 
 post-patch-THREADS-on:
 	@${REINPLACE_CMD} -e 's|bdw-gc|bdw-gc-threaded|g' ${WRKSRC}/configure