svn commit: r534156 - branches/2020Q2/multimedia/wlrobs

Jan Beich jbeich at FreeBSD.org
Wed May 6 09:06:49 UTC 2020


Author: jbeich
Date: Wed May  6 09:06:49 2020
New Revision: 534156
URL: https://svnweb.freebsd.org/changeset/ports/534156

Log:
  MFH: r534155
  
  multimedia/wlrobs: unbreak on powerpc64
  
  PR:		243659
  Submitted by:	pkubaj
  Approved by:	ports-secteam blanket

Modified:
  branches/2020Q2/multimedia/wlrobs/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/multimedia/wlrobs/Makefile
==============================================================================
--- branches/2020Q2/multimedia/wlrobs/Makefile	Wed May  6 09:05:57 2020	(r534155)
+++ branches/2020Q2/multimedia/wlrobs/Makefile	Wed May  6 09:06:49 2020	(r534156)
@@ -22,6 +22,9 @@ USE_GL=		egl
 DATADIR=	${PREFIX}/lib/obs-plugins
 PORTDATA=	${PORTNAME}.so
 
+# XXX Move to "pkg-config --cflags libobs"
+CFLAGS_powerpc64=	-DNO_WARN_X86_INTRINSICS -maltivec -mvsx
+
 do-install:
 	${MKDIR} ${STAGEDIR}${DATADIR}
 	${INSTALL_LIB} ${INSTALL_WRKSRC}/lib${PORTNAME}.so \


More information about the svn-ports-all mailing list