svn commit: r560508 - head/audio/libsidplayfp

Piotr Kubaj pkubaj at FreeBSD.org
Wed Jan 6 13:22:51 UTC 2021


Author: pkubaj
Date: Wed Jan  6 13:22:51 2021
New Revision: 560508
URL: https://svnweb.freebsd.org/changeset/ports/560508

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

Modified:
  head/audio/libsidplayfp/Makefile

Modified: head/audio/libsidplayfp/Makefile
==============================================================================
--- head/audio/libsidplayfp/Makefile	Wed Jan  6 13:01:05 2021	(r560507)
+++ head/audio/libsidplayfp/Makefile	Wed Jan  6 13:22:51 2021	(r560508)
@@ -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-all mailing list