From 9e05809fd925bf564565c4eba7d112f7d294b522 Mon Sep 17 00:00:00 2001 From: linimon Date: Tue, 9 Oct 2012 22:43:05 +0000 Subject: 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 --- multimedia/x264/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'multimedia') diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile index 7f10b2813520..a6fab0ea769b 100644 --- a/multimedia/x264/Makefile +++ b/multimedia/x264/Makefile @@ -31,6 +31,7 @@ X264_GITVER= ${X264_COMMIT:C/^(.......).*$/\1/g} X264_SNAPSHOT= 20120721 USE_BZIP2= yes +USE_GCC= any WRKSRC= ${WRKDIR}/${DISTNAME} USE_GMAKE= yes USE_LDCONFIG= yes -- cgit