summaryrefslogtreecommitdiff
path: root/multimedia/pHash/Makefile
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-30 15:31:25 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-30 15:31:25 +0000
commit2e9b1b14f1e43812e00a76f845b575d99f6bee60 (patch)
tree9fdaee975ba879e4d996c76e094d7aa23f29ccc4 /multimedia/pHash/Makefile
parentClean up Makefile (diff)
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)
Notes
Notes: svn path=/head/; revision=543794
Diffstat (limited to 'multimedia/pHash/Makefile')
-rw-r--r--multimedia/pHash/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/pHash/Makefile b/multimedia/pHash/Makefile
index 68e3bc9e05d1..9aa0bf17435c 100644
--- a/multimedia/pHash/Makefile
+++ b/multimedia/pHash/Makefile
@@ -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