aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/diacanvas2
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-07-06 02:36:41 +0800
committermarino <marino@FreeBSD.org>2014-07-06 02:36:41 +0800
commit9b5fa2b8df05b572935347112bdb2b9fc5eee933 (patch)
tree443203cf1a9f018dc29c5a793a73366bdca9c3d9 /graphics/diacanvas2
parent7cd4b364b06b5c64eba0402b52932174685599e7 (diff)
downloadfreebsd-ports-gnome-9b5fa2b8df05b572935347112bdb2b9fc5eee933.tar.gz
freebsd-ports-gnome-9b5fa2b8df05b572935347112bdb2b9fc5eee933.tar.zst
freebsd-ports-gnome-9b5fa2b8df05b572935347112bdb2b9fc5eee933.zip
graphics/diacanvas2: explicit linking with -lm
Diffstat (limited to 'graphics/diacanvas2')
-rw-r--r--graphics/diacanvas2/Makefile2
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}