svn commit: r424928 - head/multimedia/libva

Mark Linimon linimon at FreeBSD.org
Sun Oct 30 04:07:53 UTC 2016


Author: linimon
Date: Sun Oct 30 04:07:51 2016
New Revision: 424928
URL: https://svnweb.freebsd.org/changeset/ports/424928

Log:
  Now seems to build on sparc64.

Modified:
  head/multimedia/libva/Makefile

Modified: head/multimedia/libva/Makefile
==============================================================================
--- head/multimedia/libva/Makefile	Sun Oct 30 03:57:14 2016	(r424927)
+++ head/multimedia/libva/Makefile	Sun Oct 30 04:07:51 2016	(r424928)
@@ -37,10 +37,6 @@ CFLAGS+=	-DNDEBUG
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "sparc64"
-BROKEN=		glXCreateContext fails during configure
-.endif
-
 .if defined(STRIP) && ${STRIP} != ""
 INSTALL_TARGET=	install-strip
 .endif


More information about the svn-ports-head mailing list