svn commit: r557861 - head/multimedia/wlrobs

Piotr Kubaj pkubaj at FreeBSD.org
Sat Dec 12 19:04:10 UTC 2020


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


More information about the svn-ports-head mailing list