pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/deforaos-cpp



Module Name:    pkgsrc
Committed By:   khorben
Date:           Thu Aug 25 03:01:32 UTC 2022

Modified Files:
        pkgsrc/devel/deforaos-cpp: Makefile

Log Message:
deforaos-cpp: fix the build

The package did not declare its use of pkg-config.

Found by a bulk build of mef@, heads-up by wiz@. Thanks!

Tested on NetBSD/amd64.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/deforaos-cpp/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/deforaos-cpp/Makefile
diff -u pkgsrc/devel/deforaos-cpp/Makefile:1.11 pkgsrc/devel/deforaos-cpp/Makefile:1.12
--- pkgsrc/devel/deforaos-cpp/Makefile:1.11     Tue Jun  7 07:37:58 2022
+++ pkgsrc/devel/deforaos-cpp/Makefile  Thu Aug 25 03:01:32 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2022/06/07 07:37:58 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2022/08/25 03:01:32 khorben Exp $
 
 DISTNAME=      CPP-0.0.6
 PKGNAME=       deforaos-cpp-0.0.6
@@ -11,6 +11,8 @@ HOMEPAGE=     https://www.defora.org/
 COMMENT=       DeforaOS C code pre-processing library
 LICENSE=       gnu-lgpl-v3
 
+USE_TOOLS+=    pkg-config
+
 MAKE_FLAGS+=   PREFIX=${PREFIX}
 MAKE_FLAGS+=   DESTDIR=${DESTDIR}
 MAKE_FLAGS+=   CPPFLAGS=-DPROGNAME_CPP=\\\"deforaos-cpp\\\"



Home | Main Index | Thread Index | Old Index