svn commit: r479025 - head/multimedia/libx264

Ed Maste emaste at FreeBSD.org
Wed Sep 5 14:48:13 UTC 2018


Author: emaste (src committer)
Date: Wed Sep  5 14:48:12 2018
New Revision: 479025
URL: https://svnweb.freebsd.org/changeset/ports/479025

Log:
  Revert r479024 due to build breakage
  
  PR:             230214

Modified:
  head/multimedia/libx264/Makefile

Modified: head/multimedia/libx264/Makefile
==============================================================================
--- head/multimedia/libx264/Makefile	Wed Sep  5 14:15:28 2018	(r479024)
+++ head/multimedia/libx264/Makefile	Wed Sep  5 14:48:12 2018	(r479025)
@@ -13,10 +13,6 @@ PLIST=		${.CURDIR}/pkg-plist
 LIB_DEPENDS=	#
 
 USES=		pathfix
-.if ${ARCH} == "i386" || ${ARCH} == "armv7"
-# PR230214 port has relocations against read-only segment (.text)
-LLD_UNSAFE=	yes
-.endif
 
 OPTIONS_DEFINE=		ASM OPENCL
 OPTIONS_DEFAULT=	ASM OPENCL


More information about the svn-ports-head mailing list