diff options
author | John Marino <marino@FreeBSD.org> | 2014-07-05 23:20:57 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-07-05 23:20:57 +0000 |
commit | 673e8151c0f859490ed125a6bb2dedede7c7048f (patch) | |
tree | b2963763080e53ee7bfa6629d552536a62922ef5 /multimedia | |
parent | d3138a68d785d24cee45ef69b44fde88727bd1cb (diff) |
Notes
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 |