svn commit: r461951 - head/multimedia/x265

Guido Falsi madpilot at FreeBSD.org
Thu Feb 15 22:13:52 UTC 2018


Author: madpilot
Date: Thu Feb 15 22:13:52 2018
New Revision: 461951
URL: https://svnweb.freebsd.org/changeset/ports/461951

Log:
  - Add back CMAKE_ARGS=-DENABLE_PIC=on to fix port on arm achitectures.
  - Bump PORTREVISION since this influences binaries on other archs too.
  
  Reported by:		mmel

Modified:
  head/multimedia/x265/Makefile

Modified: head/multimedia/x265/Makefile
==============================================================================
--- head/multimedia/x265/Makefile	Thu Feb 15 21:26:32 2018	(r461950)
+++ head/multimedia/x265/Makefile	Thu Feb 15 22:13:52 2018	(r461951)
@@ -3,6 +3,7 @@
 
 PORTNAME=	x265
 PORTVERSION=	2.6
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	http://ftp.videolan.org/pub/videolan/${PORTNAME}/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
@@ -34,7 +35,7 @@ HI12P_DESC=	Enable HI12P Support (64-bit only)
 OPTIMIZED_FLAGS_DESC=	Enable O3 optimization
 
 USE_LDCONFIG=	yes
-CMAKE_ARGS=	-DPLATFORM_LIBS=md -DENABLE_TESTS=on
+CMAKE_ARGS=	-DENABLE_PIC=on -DPLATFORM_LIBS=md -DENABLE_TESTS=on
 CFLAGS_mips=	-DNO_ATOMICS # cannot use lang/gcc
 CFLAGS_mips64=	-DNO_ATOMICS # cannot use lang/gcc
 EXTRACT_AFTER_ARGS+=	--exclude "md5*"


More information about the svn-ports-head mailing list