pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gmp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jul 21 10:17:21 UTC 2022

Modified Files:
        pkgsrc/devel/gmp: Makefile

Log Message:
gmp: add rpath to pkg-config file

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/devel/gmp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/gmp/Makefile
diff -u pkgsrc/devel/gmp/Makefile:1.90 pkgsrc/devel/gmp/Makefile:1.91
--- pkgsrc/devel/gmp/Makefile:1.90      Thu Dec 23 18:39:30 2021
+++ pkgsrc/devel/gmp/Makefile   Thu Jul 21 10:17:21 2022
@@ -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 @@ CONFIGURE_ARGS+=      --without-readline
 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