svn commit: r305618 - head/multimedia/x264

Mark Linimon linimon at FreeBSD.org
Tue Oct 9 22:43:06 UTC 2012


Author: linimon
Date: Tue Oct  9 22:43:05 2012
New Revision: 305618
URL: http://svn.freebsd.org/changeset/ports/305618

Log:
  Attempt to force this port to build only with gcc.  It is known to be
  broken on clang.
  
  However, setting USE_GCC=any appears to be insufficient: the too-clever
  configure glop sees that clang is installed and attempts to use it
  regardless.
  
  This commit is thus a temporary measure.
  
  Hat:		portmgr

Modified:
  head/multimedia/x264/Makefile

Modified: head/multimedia/x264/Makefile
==============================================================================
--- head/multimedia/x264/Makefile	Tue Oct  9 22:38:56 2012	(r305617)
+++ head/multimedia/x264/Makefile	Tue Oct  9 22:43:05 2012	(r305618)
@@ -31,6 +31,7 @@ X264_GITVER=	${X264_COMMIT:C/^(.......).
 X264_SNAPSHOT=	20120721
 
 USE_BZIP2=	yes
+USE_GCC=	any
 WRKSRC=		${WRKDIR}/${DISTNAME}
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list