1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

multimedia/pHash: fix build on GCC architectures

Use newer GCC to link against libavcodec:
checking whether FFmpeg is present... checking for avcodec_decode_video2 in -lavcodec... no

MFH:		2020Q3 (fix build blanket)
This commit is contained in:
Piotr Kubaj 2020-07-30 15:31:25 +00:00
parent 1d2a330b84
commit 2e9b1b14f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543794

View File

@ -13,7 +13,7 @@ COMMENT= Open source perceptual hash library
LICENSE= GPLv3+
USES= gmake libtool pathfix
USES= compiler:c11 gmake libtool pathfix
GNU_CONFIGURE= yes
CONFIGURE_ENV= PTHREAD_LIBS="-lpthread"
INSTALL_TARGET= install-strip