Date: Tue, 9 Oct 2012 22:43:06 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305618 - head/multimedia/x264 Message-ID: <201210092243.q99Mh6Ik001706@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210092243.q99Mh6Ik001706>