From 9d79e7b1469f6887d302e13ce7c67c54408a2453 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 9 Jan 2017 13:16:49 +0000 Subject: - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL Approved by: portmgr blanket --- multimedia/gstreamer/Makefile | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'multimedia/gstreamer') diff --git a/multimedia/gstreamer/Makefile b/multimedia/gstreamer/Makefile index aa63007546a2..514bea5534af 100644 --- a/multimedia/gstreamer/Makefile +++ b/multimedia/gstreamer/Makefile @@ -42,21 +42,8 @@ LIBCHECK_CONFIGURE_OFF= --disable-check NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls -.include - -# workaround a crash in clang 3.3 crash llvm bug # 15840 -.if ((${OSVERSION} >= 901504 && ${OSVERSION} < 902502) || \ - (${OSVERSION} >= 1000037 && ${OSVERSION} < 1000056)) -USE_GCC= any -.endif - -.if ${OSVERSION} < 1000033 -BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:textproc/flex -CONFIGURE_ENV+= FLEX_PATH="${LOCALBASE}/bin/flex" -.endif - post-patch: @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ ${WRKSRC}/configure -.include +.include -- cgit v1.2.3