summaryrefslogtreecommitdiff
path: root/inputmethod/ibus-qt
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-06-02 03:00:57 +0000
committerobache <obache@pkgsrc.org>2012-06-02 03:00:57 +0000
commite81c91bccf20a07e258b300b41fd4902c6a4a9a9 (patch)
treec0eeaec89681c34e6d9deec96c1b246d9b26f73e /inputmethod/ibus-qt
parent7227f1b927c9e31b567667e7797093879bbc3039 (diff)
downloadpkgsrc-e81c91bccf20a07e258b300b41fd4902c6a4a9a9.tar.gz
We don't want lib64 dir even on 64bit arch.
Diffstat (limited to 'inputmethod/ibus-qt')
-rw-r--r--inputmethod/ibus-qt/Makefile5
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"