diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-11-16 12:03:38 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-11-16 12:03:38 +0000 |
commit | 7293b03198af1de8be6302461a08c431330d4aa9 (patch) | |
tree | b311b47a40582f0074496cf969c6863848e1d6d6 | |
parent | 7af0a654d3d1b56c77b95d11aab424d151674193 (diff) | |
download | ports-7293b03198af1de8be6302461a08c431330d4aa9.tar.gz ports-7293b03198af1de8be6302461a08c431330d4aa9.zip |
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
-rw-r--r-- | lang/guile2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |