pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/deforaos-asm



Module Name:    pkgsrc
Committed By:   khorben
Date:           Thu Aug 25 07:00:13 UTC 2022

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

Log Message:
deforaos-asm: fix the build

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

Tested on NetBSD/amd64.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/deforaos-asm/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-asm/Makefile
diff -u pkgsrc/devel/deforaos-asm/Makefile:1.11 pkgsrc/devel/deforaos-asm/Makefile:1.12
--- pkgsrc/devel/deforaos-asm/Makefile:1.11     Thu Jun  9 07:44:49 2022
+++ pkgsrc/devel/deforaos-asm/Makefile  Thu Aug 25 07:00:13 2022
@@ -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 @@ HOMEPAGE=     https://www.defora.org/
 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