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:
parent
e73e549807
commit
8f9762b1c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516979
@ -18,6 +18,8 @@ GH_TAGNAME= 4234f4f
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
LDFLAGS+= -lm
|
||||
|
||||
MAKE_ENV= GIT_VERSION=${GH_TAGNAME}
|
||||
|
||||
post-stage:
|
||||
|
Loading…
Reference in New Issue
Block a user