aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-08-24 23:36:41 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-08-24 23:36:41 +0000
commit04e183d978763c0fcca460564098025651eacb29 (patch)
tree7a4e80671e9b5e21e7146439f5d7ce2def1601e2 /textproc
parent310c2c330efdff53e9149f30e21bbea211b02ca8 (diff)
downloadports-04e183d978763c0fcca460564098025651eacb29.tar.gz
ports-04e183d978763c0fcca460564098025651eacb29.zip
MFH: r546122
textproc/qr: fix build on GCC architectures sqrt() is only defined since C99: /tmp/ccn0UwwD.o:(.text+0x1cc): undefined reference to `sqrt' Approved by: portmgr (fix build blanket)
Notes
Notes: svn path=/branches/2020Q3/; revision=546123
Diffstat (limited to 'textproc')
-rw-r--r--textproc/qr/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/qr/Makefile b/textproc/qr/Makefile
index f0c6d59d3915..9b0611575630 100644
--- a/textproc/qr/Makefile
+++ b/textproc/qr/Makefile
@@ -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