aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-06-23 01:18:45 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-06-23 01:18:45 +0000
commita63a5bb2169799ce84232079220a43670ad6b1af (patch)
tree121ea146a9a2992dfd031a2988dc60069c21a483 /multimedia
parent91719a4fcdbbdb053537326518353d27d9d312a4 (diff)
downloadports-a63a5bb2169799ce84232079220a43670ad6b1af.tar.gz
ports-a63a5bb2169799ce84232079220a43670ad6b1af.zip
multimedia/dav1d: unbreak on 12.1 i386 after r539947
ld: error: can't create dynamic relocation R_386_32 against local symbol in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to allow text relocations in the output >>> defined in src/25a6634@@dav1d@sha/mc_sse.obj >>> referenced by ../src/x86/mc_sse.asm >>> src/25a6634@@dav1d@sha/mc_sse.obj:(.text+0x6969) Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=539955
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/dav1d/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/dav1d/Makefile b/multimedia/dav1d/Makefile
index 015250ca77b3..ad3bf35c3e92 100644
--- a/multimedia/dav1d/Makefile
+++ b/multimedia/dav1d/Makefile
@@ -20,6 +20,7 @@ USE_LDCONFIG= yes
GL_SITE= https://code.videolan.org
GL_ACCOUNT= videolan
GL_COMMIT= e9df70c4348a3f9ba7269feacd17cfb57bf23852
+LDFLAGS_i386= -Wl,-z,notext
OPTIONS_DEFINE= SDL TEST
OPTIONS_SUB= yes