pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/deforaos-libdatabase deforaos-libdatabase: u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f080ac2dfd5
branches:  trunk
changeset: 383974:9f080ac2dfd5
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Thu Aug 25 03:10:19 2022 +0000

description:
deforaos-libdatabase: use the helper for DeforaOS configure

This is as found in devel/deforaos-configure/deforaos-configure.mk.

Tested on NetBSD/amd64; NFCI.

diffstat:

 databases/deforaos-libdatabase/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 114f6a6afb85 -r 9f080ac2dfd5 databases/deforaos-libdatabase/Makefile
--- a/databases/deforaos-libdatabase/Makefile   Thu Aug 25 03:05:38 2022 +0000
+++ b/databases/deforaos-libdatabase/Makefile   Thu Aug 25 03:10:19 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2022/08/25 03:05:38 khorben Exp $
+# $NetBSD: Makefile,v 1.36 2022/08/25 03:10:19 khorben Exp $
 
 DISTNAME=      libDatabase-0.0.2
 PKGNAME=       deforaos-libdatabase-0.0.2
@@ -18,6 +18,7 @@
 MAKE_FLAGS+=   CFLAGS=${CFLAGS:Q}
 MAKE_FLAGS+=   LDFLAGS=${LDFLAGS:Q}
 
+.include "../../devel/deforaos-configure/deforaos-configure.mk"
 .include "../../devel/deforaos-libsystem/buildlink3.mk"
 .include "../../mk/pgsql.buildlink3.mk" # this one defines PGSQL_VERSION among others
 .include "../../databases/postgresql${PGSQL_VERSION}-client/buildlink3.mk"



Home | Main Index | Thread Index | Old Index