pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libelf Fixes missing override of pc file.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6c7310becd3
branches:  trunk
changeset: 635395:f6c7310becd3
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Jun 05 02:41:09 2014 +0000

description:
Fixes missing override of pc file.

Bump PKGREVISION.

diffstat:

 devel/libelf/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 5f6cff4360e9 -r f6c7310becd3 devel/libelf/Makefile
--- a/devel/libelf/Makefile     Thu Jun 05 02:36:35 2014 +0000
+++ b/devel/libelf/Makefile     Thu Jun 05 02:41:09 2014 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2012/10/31 11:17:12 asau Exp $
+# $NetBSD: Makefile,v 1.17 2014/06/05 02:41:09 obache Exp $
 #
 
 DISTNAME=              libelf-0.8.13
+PKGREVISION=           1
 CATEGORIES=            devel
 MASTER_SITES=          http://www.mr511.de/software/
 
@@ -17,6 +18,8 @@
 USE_LIBTOOL=           yes
 USE_TOOLS+=            autoconf
 
+PKGCONFIG_OVERRIDE+=   libelf.pc.in
+
 pre-configure:
        (cd ${WRKSRC} && autoconf)
 



Home | Main Index | Thread Index | Old Index