Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 May 2020 09:05:57 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534155 - head/multimedia/wlrobs
Message-ID:  <202005060905.04695vRU042750@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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