pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/mold



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Thu May  5 21:11:55 UTC 2022

Modified Files:
        pkgsrc/devel/mold: Makefile

Log Message:
mold: needs pkg-config.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/mold/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/mold/Makefile
diff -u pkgsrc/devel/mold/Makefile:1.12 pkgsrc/devel/mold/Makefile:1.13
--- pkgsrc/devel/mold/Makefile:1.12     Fri Apr 29 06:45:45 2022
+++ pkgsrc/devel/mold/Makefile  Thu May  5 21:11:55 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2022/04/29 06:45:45 fcambus Exp $
+# $NetBSD: Makefile,v 1.13 2022/05/05 21:11:55 fcambus Exp $
 
 DISTNAME=      mold-1.2.1
 CATEGORIES=    devel
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/rui314/mold
 COMMENT=       High performance drop-in replacement for existing Unix linkers
 LICENSE=       gnu-agpl-v3
 
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake pkg-config
 USE_LANGUAGES= c c++20
 
 MAKE_FLAGS+=   CFLAGS="${CFLAGS}"



Home | Main Index | Thread Index | Old Index