Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jan 2021 13:24:01 +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: r560509 - branches/2021Q1/audio/libsidplayfp
Message-ID:  <202101061324.106DO1gC056090@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Jan  6 13:24:01 2021
New Revision: 560509
URL: https://svnweb.freebsd.org/changeset/ports/560509

Log:
  MFH: r560508
  
  audio/libsidplayfp: fix build on GCC architectures
  
  src/mixer.cpp:144: error: address of overloaded function with no contextual type information

Modified:
  branches/2021Q1/audio/libsidplayfp/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/audio/libsidplayfp/Makefile
==============================================================================
--- branches/2021Q1/audio/libsidplayfp/Makefile	Wed Jan  6 13:22:51 2021	(r560508)
+++ branches/2021Q1/audio/libsidplayfp/Makefile	Wed Jan  6 13:24:01 2021	(r560509)
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	libgcrypt-config:security/libgcrypt
 LIB_DEPENDS=	libgcrypt.so:security/libgcrypt \
 		libgpg-error.so:security/libgpg-error
 
-USES=		libtool pathfix pkgconfig
+USES=		compiler:c++11-lang libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes



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