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

graphics/diacanvas2: explicit linking with -lm

This commit is contained in:
John Marino 2014-07-05 18:36:41 +00:00
parent 6815a22976
commit 5eafe13d23
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360793

View File

@ -21,7 +21,7 @@ GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
LDFLAGS+= -L${LOCALBASE}/lib -lm
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}