diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-12-20 09:14:34 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-12-20 09:14:34 +0000 |
commit | fd53e887eaa63ca099c757599626015eed7f69a0 (patch) | |
tree | 49645bf5fffe53bcf430ba614cb7d7f7c2c2c9d5 /devel | |
parent | 9257f0e727b79f860d4d948537985025016c77c7 (diff) | |
download | pkgsrc-fd53e887eaa63ca099c757599626015eed7f69a0.tar.gz |
Fix builf on Solaris.
When isainfo command exists, libdir is changed.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/protobuf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/protobuf/Makefile b/devel/protobuf/Makefile index c277ce1a34e..c436170a4c7 100644 --- a/devel/protobuf/Makefile +++ b/devel/protobuf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/10/31 11:19:26 asau Exp $ +# $NetBSD: Makefile,v 1.4 2012/12/20 09:14:34 ryoon Exp $ # DISTNAME= protobuf-2.4.1 @@ -14,6 +14,8 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_LANGUAGES= c++ c +CONFIGURE_ARGS+= --libdir=${PREFIX}/lib + PKGCONFIG_OVERRIDE+= protobuf-lite.pc.in PKGCONFIG_OVERRIDE+= protobuf.pc.in |