summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorobache <obache>2014-01-27 08:08:50 +0000
committerobache <obache>2014-01-27 08:08:50 +0000
commitd40cf9bdcbab176290d046777c811735134c547e (patch)
tree16acaebee6aadadf7837b0a29617fc4884c18926 /devel
parentb67e0ef858af339dc6ee0f19526a7dbdc7859988 (diff)
downloadpkgsrc-d40cf9bdcbab176290d046777c811735134c547e.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