mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
audio/libsidplayfp: fix build on GCC architectures
src/mixer.cpp:144: error: address of overloaded function with no contextual type information MFH: 2021Q1
This commit is contained in:
parent
a678a06d0f
commit
606f25f7c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560508
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user