svn commit: r534155 - head/multimedia/wlrobs

Jan Beich jbeich at FreeBSD.org
Wed May 6 09:05:58 UTC 2020


Author: jbeich
Date: Wed May  6 09:05:57 2020
New Revision: 534155
URL: https://svnweb.freebsd.org/changeset/ports/534155

Log:
  multimedia/wlrobs: unbreak on powerpc64
  
  PR:		243659
  Submitted by:	pkubaj

Modified:
  head/multimedia/wlrobs/Makefile   (contents, props changed)

Modified: head/multimedia/wlrobs/Makefile
==============================================================================
--- head/multimedia/wlrobs/Makefile	Wed May  6 08:41:37 2020	(r534154)
+++ head/multimedia/wlrobs/Makefile	Wed May  6 09:05:57 2020	(r534155)
@@ -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-head mailing list