Date: Thu, 30 Jul 2020 15:31:26 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543794 - head/multimedia/pHash Message-ID: <202007301531.06UFVQer088686@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Thu Jul 30 15:31:25 2020 New Revision: 543794 URL: https://svnweb.freebsd.org/changeset/ports/543794 Log: 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) Modified: head/multimedia/pHash/Makefile Modified: head/multimedia/pHash/Makefile ============================================================================== --- head/multimedia/pHash/Makefile Thu Jul 30 15:09:14 2020 (r543793) +++ head/multimedia/pHash/Makefile Thu Jul 30 15:31:25 2020 (r543794) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007301531.06UFVQer088686>