1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

lang/libobjc2: Fix build in 11.3

We need -lm in order to use the ceilf function.

PR:	249046
Reported by:	brad@facefault.org
MFH:	2020Q3 (blanket, build fix)
This commit is contained in:
Fernando Apesteguía 2020-09-01 16:41:37 +00:00
parent 722eeda876
commit 79f23d9e59
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547282

View File

@ -20,6 +20,9 @@ GH_ACCOUNT= gnustep
GH_TUPLE= Tessil:robin-map:757de82:robin_map/third_party/robin-map
USE_LDCONFIG= yes
LDFLAGS+= -lm
TEST_TARGET= test
CMAKE_ARGS+= -DLIB_INSTALL_PATH=lib