aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2012-10-10 06:43:05 +0800
committerlinimon <linimon@FreeBSD.org>2012-10-10 06:43:05 +0800
commit9e05809fd925bf564565c4eba7d112f7d294b522 (patch)
treec3bcc0dda96ab6612c4319b19dbae9f21e887cd7 /multimedia
parentb542bd76ce6e2e8b5d4151c61fd9b07893b6587d (diff)
downloadfreebsd-ports-gnome-9e05809fd925bf564565c4eba7d112f7d294b522.tar.gz
freebsd-ports-gnome-9e05809fd925bf564565c4eba7d112f7d294b522.tar.zst
freebsd-ports-gnome-9e05809fd925bf564565c4eba7d112f7d294b522.zip
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
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/x264/Makefile1
1 files changed, 1 insertions, 0 deletions
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