diff options
author | obache <obache@pkgsrc.org> | 2012-06-02 03:00:57 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-06-02 03:00:57 +0000 |
commit | e81c91bccf20a07e258b300b41fd4902c6a4a9a9 (patch) | |
tree | c0eeaec89681c34e6d9deec96c1b246d9b26f73e /inputmethod | |
parent | 7227f1b927c9e31b567667e7797093879bbc3039 (diff) | |
download | pkgsrc-e81c91bccf20a07e258b300b41fd4902c6a4a9a9.tar.gz |
We don't want lib64 dir even on 64bit arch.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus-qt/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/inputmethod/ibus-qt/Makefile b/inputmethod/ibus-qt/Makefile index 76bdd118ec9..007ddae50a2 100644 --- a/inputmethod/ibus-qt/Makefile +++ b/inputmethod/ibus-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/04/27 12:31:50 obache Exp $ +# $NetBSD: Makefile,v 1.16 2012/06/02 03:00:57 obache Exp $ # DISTNAME= ibus-qt-1.3.1-Source @@ -23,6 +23,9 @@ USE_TOOLS+= pkg-config #BUILD_DEPENDS+= doxygen>=1.6:../../devel/doxygen TOOLS_NOOP= doxygen +# avoid lib64 +CMAKE_ARGS+= -DLIBDIR=lib + BUILDLINK_API_DEPENDS.ibus+= ibus>=1.3.7 .include "../../inputmethod/ibus/buildlink3.mk" .include "../../textproc/icu/buildlink3.mk" |