pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/deforaos-asm deforaos-asm: fix the build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4704dbd4fcba
branches:  trunk
changeset: 383980:4704dbd4fcba
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Thu Aug 25 07:00:13 2022 +0000

description:
deforaos-asm: fix the build

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

Tested on NetBSD/amd64.

diffstat:

 devel/deforaos-asm/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a423696e4f8d -r 4704dbd4fcba devel/deforaos-asm/Makefile
--- a/devel/deforaos-asm/Makefile       Thu Aug 25 04:39:48 2022 +0000
+++ b/devel/deforaos-asm/Makefile       Thu Aug 25 07:00:13 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2022/06/09 07:44:49 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2022/08/25 07:00:13 khorben Exp $
 
 DISTNAME=      Asm-0.2.6
 PKGNAME=       deforaos-asm-0.2.6
@@ -11,6 +11,8 @@
 COMMENT=       DeforaOS (dis)assembly framework
 LICENSE=       gnu-lgpl-v3
 
+USE_TOOLS+=    pkg-config
+
 MAKE_FLAGS+=   PREFIX=${PREFIX}
 MAKE_FLAGS+=   DESTDIR=${DESTDIR}
 MAKE_FLAGS+=   CFLAGS=${CFLAGS:Q}



Home | Main Index | Thread Index | Old Index