Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Sep 2018 14:48:12 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479025 - head/multimedia/libx264
Message-ID:  <201809051448.w85EmCCR074032@repo.freebsd.org>

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



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