diff options
author | marino <marino@FreeBSD.org> | 2014-07-06 02:36:41 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-07-06 02:36:41 +0800 |
commit | 9b5fa2b8df05b572935347112bdb2b9fc5eee933 (patch) | |
tree | 443203cf1a9f018dc29c5a793a73366bdca9c3d9 /graphics | |
parent | 7cd4b364b06b5c64eba0402b52932174685599e7 (diff) | |
download | freebsd-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')
-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} |