pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/deforaos-cpp deforaos-cpp: fix the build
details: https://anonhg.NetBSD.org/pkgsrc/rev/c8679f1421d6
branches: trunk
changeset: 383972:c8679f1421d6
user: khorben <khorben%pkgsrc.org@localhost>
date: Thu Aug 25 03:01:32 2022 +0000
description:
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.
diffstat:
devel/deforaos-cpp/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 17d85c918a65 -r c8679f1421d6 devel/deforaos-cpp/Makefile
--- a/devel/deforaos-cpp/Makefile Thu Aug 25 01:48:30 2022 +0000
+++ b/devel/deforaos-cpp/Makefile Thu Aug 25 03:01:32 2022 +0000
@@ -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 @@
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