mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
audio/nyquist: Fix build on 13+
Error was 'ld: error: duplicate symbol: IOinputfd' Fixed by adding -fcommon. Reported by: fallout
This commit is contained in:
parent
81400243cf
commit
69e9da7fbc
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ USE_CSTD= c99
|
|||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
CFLAGS+= -Dulong=uint32_t -DXL_BIG_ENDIAN -DHAVE_SYS_SOUNDCARD_H
|
||||
CFLAGS+= -fcommon # notified the author vie e-mail on 2021-04-29
|
||||
|
||||
USE_JAVA= yes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue