Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2020 19:04:10 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557861 - head/multimedia/wlrobs
Message-ID:  <202012121904.0BCJ4AtP097283@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sat Dec 12 19:04:10 2020
New Revision: 557861
URL: https://svnweb.freebsd.org/changeset/ports/557861

Log:
  multimedia/wlrobs: drop redundant CFLAGS
  
  This is already in upstream obs-studio.

Modified:
  head/multimedia/wlrobs/Makefile

Modified: head/multimedia/wlrobs/Makefile
==============================================================================
--- head/multimedia/wlrobs/Makefile	Sat Dec 12 19:00:33 2020	(r557860)
+++ head/multimedia/wlrobs/Makefile	Sat Dec 12 19:04:10 2020	(r557861)
@@ -25,8 +25,6 @@ PORTDATA=	lib${PORTNAME}.so
 
 .if ${ARCH} == powerpc64
 USES+=		compiler:gcc-c++11-lib
-# XXX Move to "pkg-config --cflags libobs"
-CFLAGS+=	-DNO_WARN_X86_INTRINSICS -maltivec -mvsx
 .else
 USES+=		compiler:c11
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012121904.0BCJ4AtP097283>