diff options
author | John Marino <marino@FreeBSD.org> | 2014-07-06 07:19:07 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-07-06 07:19:07 +0800 |
commit | d3138a68d785d24cee45ef69b44fde88727bd1cb (patch) | |
tree | efeff7efe567acbbd57e77a1ad338dfc2a5dea3c /misc/wmweather+ | |
parent | 915a5e61569e00521893d8f04dd9748b3690a6ac (diff) | |
download | freebsd-ports-gnome-d3138a68d785d24cee45ef69b44fde88727bd1cb.tar.gz freebsd-ports-gnome-d3138a68d785d24cee45ef69b44fde88727bd1cb.tar.zst freebsd-ports-gnome-d3138a68d785d24cee45ef69b44fde88727bd1cb.zip |
misc/wmweather+: explicitly link libm (dports)
Diffstat (limited to 'misc/wmweather+')
-rw-r--r-- | misc/wmweather+/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/wmweather+/Makefile b/misc/wmweather+/Makefile index f3ba8699b5a9..989f404d5e6b 100644 --- a/misc/wmweather+/Makefile +++ b/misc/wmweather+/Makefile @@ -29,6 +29,7 @@ WRKSRC= ${WRKDIR}/wmweather+-${PORTVERSION} USES= iconv USE_XORG= xpm GNU_CONFIGURE= yes +LDFLAGS+= -lm CONFIGURE_ARGS+= --with-libwraster=${LOCALBASE} \ --with-libpcre=${LOCALBASE} \ --with-libcurl=${LOCALBASE} \ |