aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mjpegtools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mjpegtools/Makefile')
-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\*)| *-*-*)|' \