pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/deforaos-libdatabase



Module Name:    pkgsrc
Committed By:   khorben
Date:           Thu Aug 25 03:05:38 UTC 2022

Modified Files:
        pkgsrc/databases/deforaos-libdatabase: Makefile

Log Message:
deforaos-libdatabase: 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.34 -r1.35 pkgsrc/databases/deforaos-libdatabase/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/deforaos-libdatabase/Makefile
diff -u pkgsrc/databases/deforaos-libdatabase/Makefile:1.34 pkgsrc/databases/deforaos-libdatabase/Makefile:1.35
--- pkgsrc/databases/deforaos-libdatabase/Makefile:1.34 Tue Jun  7 07:44:24 2022
+++ pkgsrc/databases/deforaos-libdatabase/Makefile      Thu Aug 25 03:05:38 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2022/06/07 07:44:24 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2022/08/25 03:05:38 khorben Exp $
 
 DISTNAME=      libDatabase-0.0.2
 PKGNAME=       deforaos-libdatabase-0.0.2
@@ -11,6 +11,8 @@ HOMEPAGE=     https://www.defora.org/
 COMMENT=       DeforaOS libDatabase
 LICENSE=       gnu-gpl-v3
 
+USE_TOOLS+=    pkg-config
+
 MAKE_FLAGS+=   DESTDIR=${DESTDIR}
 MAKE_FLAGS+=   PREFIX=${PREFIX}
 MAKE_FLAGS+=   CFLAGS=${CFLAGS:Q}



Home | Main Index | Thread Index | Old Index