Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Sep 2015 11:57:19 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396264 - head/multimedia/mjpegtools
Message-ID:  <201509071157.t87BvJxD014621@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Mon Sep  7 11:57:18 2015
New Revision: 396264
URL: https://svnweb.freebsd.org/changeset/ports/396264

Log:
  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.

Modified:
  head/multimedia/mjpegtools/Makefile

Modified: head/multimedia/mjpegtools/Makefile
==============================================================================
--- head/multimedia/mjpegtools/Makefile	Mon Sep  7 11:51:46 2015	(r396263)
+++ head/multimedia/mjpegtools/Makefile	Mon Sep  7 11:57:18 2015	(r396264)
@@ -44,14 +44,10 @@ SDL_CONFIGURE_OFF=	--without-libsdl --wi
 
 .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\*)| *-*-*)|' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509071157.t87BvJxD014621>