svn commit: r560509 - branches/2021Q1/audio/libsidplayfp

Piotr Kubaj pkubaj at FreeBSD.org
Wed Jan 6 13:24:02 UTC 2021


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


More information about the svn-ports-branches mailing list