MFH: r560508

audio/libsidplayfp: fix build on GCC architectures

src/mixer.cpp:144: error: address of overloaded function with no contextual type information
This commit is contained in:
Piotr Kubaj 2021-01-06 13:24:01 +00:00
parent a61c90a0bd
commit 40cf3caa7a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=560509
1 changed files with 1 additions and 1 deletions

View File

@ -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