aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libav
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2014-03-04 07:30:56 +0800
committergerald <gerald@FreeBSD.org>2014-03-04 07:30:56 +0800
commit5642848171710752f82c644f965e10b8c82b1c24 (patch)
tree17e4a5d6336c7711b1da353345d807bdf6865e82 /multimedia/libav
parentb09ceaad69465d3ae33382b0810d4940bbe158cb (diff)
downloadfreebsd-ports-gnome-5642848171710752f82c644f965e10b8c82b1c24.tar.gz
freebsd-ports-gnome-5642848171710752f82c644f965e10b8c82b1c24.tar.zst
freebsd-ports-gnome-5642848171710752f82c644f965e10b8c82b1c24.zip
Replace USE_GCC=4.6+ by USE_GCC=yes.
Approved by: portmgr (mat)
Diffstat (limited to 'multimedia/libav')
-rw-r--r--multimedia/libav/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libav/Makefile b/multimedia/libav/Makefile
index e2a91b564afe..b06d4d00ba9a 100644
--- a/multimedia/libav/Makefile
+++ b/multimedia/libav/Makefile
@@ -160,7 +160,7 @@ CONFIGURE_ARGS+= --extra-cflags=-m32
.endif
.if ${OSVERSION} < 900000
-USE_GCC= 4.6+
+USE_GCC= yes
.endif
.if ${HAVE_SDL:Msdl}