Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jul 2020 15:40:44 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r543795 - branches/2020Q3/multimedia/pHash
Message-ID:  <202007301540.06UFeie0095809@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007301540.06UFeie0095809>