multimedia/wlrobs: drop redundant CFLAGS

This is already in upstream obs-studio.
This commit is contained in:
Piotr Kubaj 2020-12-12 19:04:10 +00:00
parent d91ae973de
commit de9071d977
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557861

View file

@ -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