Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Dec 2019 01:47:06 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520083 - head/multimedia/x264
Message-ID:  <201912140147.xBE1l6tg090285@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sat Dec 14 01:47:06 2019
New Revision: 520083
URL: https://svnweb.freebsd.org/changeset/ports/520083

Log:
  multimedia/x264 - use base compiler on powerpc* when using clang
  
  Switch powerpc platforms to USES=compiler:c11. This will make them use base clang when it's available.
  
  Submitted by:	Alfredo Dal'Ava JĂșnior
  Reviewed by:	koobs (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D22688

Modified:
  head/multimedia/x264/Makefile

Modified: head/multimedia/x264/Makefile
==============================================================================
--- head/multimedia/x264/Makefile	Sat Dec 14 01:11:49 2019	(r520082)
+++ head/multimedia/x264/Makefile	Sat Dec 14 01:47:06 2019	(r520083)
@@ -44,19 +44,16 @@ X264_GITVER=	${X264_COMMIT:C/^(.......).*$/\1/g}
 X264_SNAPSHOT=	20190719
 
 USES?=		pkgconfig
-USES+=		gmake localbase shebangfix tar:bzip2
+USES+=		compiler:c11 gmake localbase shebangfix tar:bzip2
 USE_LDCONFIG=	yes
 HAS_CONFIGURE=	yes
 SHEBANG_FILES=	configure
 PLIST_FILES?=	bin/x264
 
-OPTIONS_DEFINE+=	DEBUG FFMS GCC LAVF PGO SWSCALE
+OPTIONS_DEFINE+=	DEBUG FFMS LAVF PGO SWSCALE
 OPTIONS_RADIO+=		MP4
 OPTIONS_RADIO_MP4+=	GPAC LSMASH
 OPTIONS_DEFAULT+=	FFMS LAVF LSMASH SWSCALE
-OPTIONS_DEFAULT_powerpc=	GCC
-OPTIONS_DEFAULT_powerpc64=	GCC
-OPTIONS_DEFAULT_powerpcspe=	GCC
 
 FFMS_DESC=		FFmpeg Source input support
 GPAC_DESC=		GPAC library support
@@ -71,8 +68,6 @@ DEBUG_CONFIGURE_OFF=	--enable-strip
 FFMS_LIB_DEPENDS=	libffms2.so:multimedia/ffms2
 FFMS_CONFIGURE_ENABLE=	ffms
 FFMS_IMPLIES=		SWSCALE
-
-GCC_VARS=		USE_GCC=yes
 
 GPAC_LIB_DEPENDS=	libgpac.so:multimedia/gpac-libgpac
 GPAC_CONFIGURE_ENABLE=	gpac



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