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:10:20 UTC 2022

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

Log Message:
deforaos-libdatabase: use the helper for DeforaOS configure

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

Tested on NetBSD/amd64; NFCI.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 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.35 pkgsrc/databases/deforaos-libdatabase/Makefile:1.36
--- pkgsrc/databases/deforaos-libdatabase/Makefile:1.35 Thu Aug 25 03:05:38 2022
+++ pkgsrc/databases/deforaos-libdatabase/Makefile      Thu Aug 25 03:10:19 2022
@@ -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+=  PREFIX=${PREFIX}
 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