summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-01-27 08:08:50 +0000
committerobache <obache@pkgsrc.org>2014-01-27 08:08:50 +0000
commit82a817562675efb9f9504524f96a54cfe8c5e70a (patch)
tree16acaebee6aadadf7837b0a29617fc4884c18926 /devel
parentc9f680d446f5d1f7440dea37e256f265b95d8575 (diff)
downloadpkgsrc-82a817562675efb9f9504524f96a54cfe8c5e70a.tar.gz
SET_LIBDIR=yes instead of manual setting --libdir for configure.
Diffstat (limited to 'devel')
-rw-r--r--devel/protobuf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/protobuf/Makefile b/devel/protobuf/Makefile
index 39e169584dd..c4951e09546 100644
--- a/devel/protobuf/Makefile
+++ b/devel/protobuf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2013/03/29 09:17:26 asau Exp $
+# $NetBSD: Makefile,v 1.7 2014/01/27 08:08:50 obache Exp $
#
DISTNAME= protobuf-2.5.0
@@ -15,7 +15,7 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c++ c
-CONFIGURE_ARGS+= --libdir=${PREFIX}/lib
+SET_LIBDIR= yes
PKGCONFIG_OVERRIDE+= protobuf-lite.pc.in
PKGCONFIG_OVERRIDE+= protobuf.pc.in