textproc/qr: fix build on GCC architectures

sqrt() is only defined since C99:
/tmp/ccn0UwwD.o:(.text+0x1cc): undefined reference to `sqrt'

MFH:		2020Q3 (fix build blanket)
This commit is contained in:
Piotr Kubaj 2020-08-24 23:35:52 +00:00
parent eaee491f03
commit 61cfa1c26b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546122

View File

@ -17,6 +17,7 @@ TEST_DEPENDS= ${LOCALBASE}/share/fonts/freefont-ttf/FreeMono.ttf:x11-fonts/freef
zbarimg:graphics/zbar
USES= gmake
USE_CSTD= c99
USE_GITHUB= yes
GH_ACCOUNT= Y2Z
GH_TAGNAME= 20713de