pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/protobuf SET_LIBDIR=yes instead of manual settin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7877ccf19d1b
branches:  trunk
changeset: 629749:7877ccf19d1b
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Jan 27 08:08:50 2014 +0000

description:
SET_LIBDIR=yes instead of manual setting --libdir for configure.

diffstat:

 devel/protobuf/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1fe476106106 -r 7877ccf19d1b devel/protobuf/Makefile
--- a/devel/protobuf/Makefile   Mon Jan 27 06:56:42 2014 +0000
+++ b/devel/protobuf/Makefile   Mon Jan 27 08:08:50 2014 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index