sysutils/opencorsairlink: fix build on GCC architectures

Linking to libm is required to build this port with GCC:
/wrkdirs/usr/ports/sysutils/opencorsairlink/work/OpenCorsairLink-4234f4f/protocol/rmi/core.c:49: undefined reference to `pow'

PR:		241457
Approved by:	linimon (mentor), lifanov (maintainer timeout)
This commit is contained in:
Piotr Kubaj 2019-11-07 15:40:43 +00:00
parent e73e549807
commit 8f9762b1c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516979

View File

@ -18,6 +18,8 @@ GH_TAGNAME= 4234f4f
PLIST_FILES= bin/${PORTNAME}
LDFLAGS+= -lm
MAKE_ENV= GIT_VERSION=${GH_TAGNAME}
post-stage: