diff options
author | marino <marino@FreeBSD.org> | 2014-07-06 07:20:57 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-07-06 07:20:57 +0800 |
commit | 7ebde1ccd19b4dcb46877015731a0eac471ae772 (patch) | |
tree | b2963763080e53ee7bfa6629d552536a62922ef5 /multimedia | |
parent | 23a23e6d08972868f3155e42a712911a9abc819c (diff) | |
download | freebsd-ports-gnome-7ebde1ccd19b4dcb46877015731a0eac471ae772.tar.gz freebsd-ports-gnome-7ebde1ccd19b4dcb46877015731a0eac471ae772.tar.zst freebsd-ports-gnome-7ebde1ccd19b4dcb46877015731a0eac471ae772.zip |
multimedia/gxine: explicitly link libm (dports)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gxine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gxine/Makefile b/multimedia/gxine/Makefile index 8bce5b042551..70d11e3b29fc 100644 --- a/multimedia/gxine/Makefile +++ b/multimedia/gxine/Makefile @@ -22,7 +22,7 @@ CONFIGURE_ARGS= --without-hal --with-libintl-prefix=${LOCALBASE} INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -lm OPTIONS_DEFINE= GNOME LIRC WEBPLUGIN OPTIONS_SUB= yes |