svn commit: r543794 - head/multimedia/pHash

Piotr Kubaj pkubaj at FreeBSD.org
Thu Jul 30 15:31:26 UTC 2020


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


More information about the svn-ports-all mailing list