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:
Yuri Victorovich 2021-04-29 12:03:39 -07:00
parent 81400243cf
commit 69e9da7fbc

View file

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