devel/gnatcoll: LDFLAGS+= -lm (Fixes build on DF)

FreeBSD linker pulls in libmath indirectly, so this is a no-op on
standard configuration FreeBSD (all releases), but fixes DragonFly.
This commit is contained in:
John Marino 2014-06-05 18:20:49 +00:00
parent a5dadce5f4
commit eaa9620541
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356675

View File

@ -19,6 +19,7 @@ LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
USES= ada gmake
GNU_CONFIGURE= yes
LDFLAGS+= -lm
PORTDOCS= html gnatcoll.pdf
PORTEXAMPLES= *