aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mjpegtools
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2015-09-07 11:57:18 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2015-09-07 11:57:18 +0000
commit9dd50511986195a2fd80bdacbf507b13fd291bee (patch)
tree849b2ac884ee9eae177bc8e91ef52b2a7ce75419 /multimedia/mjpegtools
parent877dd33328c7fa2ecdb5df06314692557f881931 (diff)
downloadports-9dd50511986195a2fd80bdacbf507b13fd291bee.tar.gz
ports-9dd50511986195a2fd80bdacbf507b13fd291bee.zip
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.
Notes
Notes: svn path=/head/; revision=396264
Diffstat (limited to 'multimedia/mjpegtools')
-rw-r--r--multimedia/mjpegtools/Makefile6
1 files changed, 1 insertions, 5 deletions
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 <bsd.port.options.mk>
-.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\*)| *-*-*)|' \