diff options
author | John Marino <marino@FreeBSD.org> | 2014-07-05 18:36:41 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-07-05 18:36:41 +0000 |
commit | 5eafe13d23e38376561f7f3971af8d3282ba2fb2 (patch) | |
tree | 443203cf1a9f018dc29c5a793a73366bdca9c3d9 /graphics/diacanvas2 | |
parent | 6815a229762fb8b56617a46a73fbd13266fd5a02 (diff) |
graphics/diacanvas2: explicit linking with -lm
Notes
Notes:
svn path=/head/; revision=360793
Diffstat (limited to 'graphics/diacanvas2')
-rw-r--r-- | graphics/diacanvas2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/diacanvas2/Makefile b/graphics/diacanvas2/Makefile index bb163ce2a77b..49675dd5cc08 100644 --- a/graphics/diacanvas2/Makefile +++ b/graphics/diacanvas2/Makefile @@ -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} |