From cbc07b9b46f52e347981152dfcd7e4f787d054a1 Mon Sep 17 00:00:00 2001 From: danfe Date: Mon, 7 Sep 2015 11:57:18 +0000 Subject: Base GCC 4.2.1 on PowerPC fails with "internal compiler error: in do_SUBST, at combine.c:502" error, thus request a modern compiler to fix the build. --- multimedia/mjpegtools/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'multimedia') diff --git a/multimedia/mjpegtools/Makefile b/multimedia/mjpegtools/Makefile index e0b585d21391..4bd09788e717 100644 --- a/multimedia/mjpegtools/Makefile +++ b/multimedia/mjpegtools/Makefile @@ -44,14 +44,10 @@ SDL_CONFIGURE_OFF= --without-libsdl --without-sdlgfx .include -.if ${ARCH} == "i386" +.if ${ARCH} == i386 || ${ARCH} == powerpc USES+= compiler:c++11-lang .endif -.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000 -BROKEN= Does not build on powerpc-9 -.endif - post-patch: @${REINPLACE_CMD} \ -e 's| \*-\*-linux\*)| *-*-*)|' \ -- cgit