diff --git a/media-libs/x265/patches/x265-1.8_hg.patchset b/media-libs/x265/patches/x265-1.8_hg.patchset index 2f9f095d5..202241b23 100644 --- a/media-libs/x265/patches/x265-1.8_hg.patchset +++ b/media-libs/x265/patches/x265-1.8_hg.patchset @@ -88,28 +88,3 @@ index 6cb815f..a4b138d 100644 -- 2.2.2 - - -From e97a640c2d8c7a76094e4833c45ec21e85a10223 Mon Sep 17 00:00:00 2001 -From: Timothy Gu -Date: Mon, 29 Dec 2014 04:43:42 +0000 -Subject: checkasm-a: Explicitly use PLT relocation for libc symbols - -Fixes linking with PIC (default for all compilation) on Haiku. - -diff --git a/source/test/checkasm-a.asm b/source/test/checkasm-a.asm -index f7b9837..d0d622a 100644 ---- a/source/test/checkasm-a.asm -+++ b/source/test/checkasm-a.asm -@@ -153,7 +153,7 @@ cglobal checkasm_call, 2,15,16,max_args*8+8 - jz .ok - mov r9, rax - lea r0, [error_message] -- call puts -+ call puts wrt ..plt - mov r1, [rsp+max_args*8] - mov dword [r1], 0 - mov rax, r9 --- -2.2.2 -