diff options
author | marino <marino@pkgsrc.org> | 2011-12-15 18:54:55 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2011-12-15 18:54:55 +0000 |
commit | 34ca414d9f08a46a9bd9d580a17fc73292130cca (patch) | |
tree | 6ed710459b2e3d33524a5e619b3e2397667e6045 /inputmethod | |
parent | ff7ec4be791464b437074d89aa53db1b4dcab43c (diff) | |
download | pkgsrc-34ca414d9f08a46a9bd9d580a17fc73292130cca.tar.gz |
inputmethod/ibus-handwrite: Directly link libraries as required for ld v2.22
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus-handwrite/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/ibus-handwrite/Makefile b/inputmethod/ibus-handwrite/Makefile index f6b14dbd8d2..488df9dc5f6 100644 --- a/inputmethod/ibus-handwrite/Makefile +++ b/inputmethod/ibus-handwrite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2011/11/01 06:01:51 sbd Exp $ +# $NetBSD: Makefile,v 1.11 2011/12/15 18:54:55 marino Exp $ # DISTNAME= ibus-handwrite-2.1.4 @@ -22,6 +22,7 @@ FIND_PREFIX:= ZINNIA_TOMOE_DIR=zinnia-tomoe GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake pkg-config +LDFLAGS+= -lm # list explicitly for ld v2.22 CONFIGURE_ARGS+= --enable-zinnia CONFIGURE_ARGS+= --with-zinnia-tomoe=${ZINNIA_TOMOE_DIR}/lib/zinnia/model/tomoe |