mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
multimedia/ffmpeg: unbreak with clang 15 on i386 after 685e477b80
./libavutil/vulkan.c:1173:70: error: incompatible integer to pointer conversion assigning to 'void *' from 'VkDescriptorSetLayout' (aka 'unsigned long long') [-Wint-conversion] pl->desc_staging[spawn_pipeline_layout.setLayoutCount++] = pl->desc_layout[i]; ^ ~~~~~~~~~~~~~~~~~~ ./libavutil/vulkan.c:1272:29: error: incompatible integer to pointer conversion assigning to 'void *' from 'VkDescriptorSet' (aka 'unsigned long long') [-Wint-conversion] pl->desc_staging[i] = pl->desc_set[i*pl->qf->nb_queues + pl->qf->cur_queue]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PR: 261302 Reported by: antoine
This commit is contained in:
parent
4543e2f551
commit
e7f276b209
1 changed files with 1 additions and 0 deletions
|
@ -627,6 +627,7 @@ INSTALL_TARGET= install-progs install-doc install-data \
|
||||||
DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
|
DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
|
||||||
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
|
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
|
||||||
MAKE_ENV+= V=1
|
MAKE_ENV+= V=1
|
||||||
|
CFLAGS_i386= -Wno-error=int-conversion
|
||||||
LDFLAGS_aarch64=-Wl,-z,notext
|
LDFLAGS_aarch64=-Wl,-z,notext
|
||||||
LDFLAGS_armv6= -Wl,-z,notext
|
LDFLAGS_armv6= -Wl,-z,notext
|
||||||
LDFLAGS_armv7= -Wl,-z,notext
|
LDFLAGS_armv7= -Wl,-z,notext
|
||||||
|
|
Loading…
Add table
Reference in a new issue