pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gmp gmp: add rpath to pkg-config file



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8fc4ca189e28
branches:  trunk
changeset: 382127:8fc4ca189e28
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jul 21 10:17:21 2022 +0000

description:
gmp: add rpath to pkg-config file

Bump PKGREVISION

diffstat:

 devel/gmp/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r ac60574aaa91 -r 8fc4ca189e28 devel/gmp/Makefile
--- a/devel/gmp/Makefile        Thu Jul 21 10:12:36 2022 +0000
+++ b/devel/gmp/Makefile        Thu Jul 21 10:17:21 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.90 2021/12/23 18:39:30 maya Exp $
+# $NetBSD: Makefile,v 1.91 2022/07/21 10:17:21 wiz Exp $
 
 DISTNAME=      gmp-6.2.1
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel math
 MASTER_SITES=  https://gmplib.org/download/gmp/
 MASTER_SITES+= ${MASTER_SITE_GNU:=gmp/}
@@ -22,6 +22,7 @@
 INFO_FILES=            yes
 TEST_TARGET=           check
 PKGCONFIG_OVERRIDE+=   gmp.pc.in
+PKGCONFIG_OVERRIDE+=   gmpxx.pc.in
 
 WRKSRC=                ${WRKDIR}/${DISTNAME:S/a$//}
 



Home | Main Index | Thread Index | Old Index