pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/gcr



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May 17 14:39:59 UTC 2021

Modified Files:
        pkgsrc/security/gcr: Makefile

Log Message:
gcr: add readlink to tools

Needed on Solaris 10. Reported by Claes Nästén in PR 56183


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/gcr/Makefile

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

Modified files:

Index: pkgsrc/security/gcr/Makefile
diff -u pkgsrc/security/gcr/Makefile:1.16 pkgsrc/security/gcr/Makefile:1.17
--- pkgsrc/security/gcr/Makefile:1.16   Sun May  2 11:06:14 2021
+++ pkgsrc/security/gcr/Makefile        Mon May 17 14:39:59 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2021/05/02 11:06:14 nia Exp $
+# $NetBSD: Makefile,v 1.17 2021/05/17 14:39:59 wiz Exp $
 
 DISTNAME=              gcr-3.38.0
 PKGREVISION=           1
@@ -17,7 +17,7 @@ GNU_CONFIGURE=                yes
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake intltool msgfmt perl pkg-config
 USE_TOOLS+=            aclocal autoconf automake autopoint
-USE_TOOLS+=            gdbus-codegen
+USE_TOOLS+=            gdbus-codegen readlink
 
 CONFIGURE_ARGS+=       --enable-vala
 CONFIGURE_ARGS+=       --enable-gtk-doc



Home | Main Index | Thread Index | Old Index