summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorobache <obache>2012-06-02 03:00:57 +0000
committerobache <obache>2012-06-02 03:00:57 +0000
commitd5bdb4c2fb6c0ee870348b37e523343cc10e3d03 (patch)
treec0eeaec89681c34e6d9deec96c1b246d9b26f73e /inputmethod
parent66c9810e22921df8150552e8d6d216ec2f7a6bcd (diff)
downloadpkgsrc-d5bdb4c2fb6c0ee870348b37e523343cc10e3d03.tar.gz
We don't want lib64 dir even on 64bit arch.
Diffstat (limited to 'inputmethod')
-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"