svn commit: r543795 - branches/2020Q3/multimedia/pHash

Piotr Kubaj pkubaj at FreeBSD.org
Thu Jul 30 15:40:44 UTC 2020


Author: pkubaj
Date: Thu Jul 30 15:40:43 2020
New Revision: 543795
URL: https://svnweb.freebsd.org/changeset/ports/543795

Log:
  MFH: r543794
  
  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
  
  Approved by:	portmgr (fix build blanket)

Modified:
  branches/2020Q3/multimedia/pHash/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/multimedia/pHash/Makefile
==============================================================================
--- branches/2020Q3/multimedia/pHash/Makefile	Thu Jul 30 15:31:25 2020	(r543794)
+++ branches/2020Q3/multimedia/pHash/Makefile	Thu Jul 30 15:40:43 2020	(r543795)
@@ -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