pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/sqlite3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug  5 06:32:28 UTC 2024

Added Files:
        pkgsrc/databases/sqlite3: builtin.mk

Log Message:
sqlite3: restore accidentally removed file

(It will be removed in a short while.)


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.5 pkgsrc/databases/sqlite3/builtin.mk

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

Added files:

Index: pkgsrc/databases/sqlite3/builtin.mk
diff -u /dev/null pkgsrc/databases/sqlite3/builtin.mk:1.5
--- /dev/null   Mon Aug  5 06:32:28 2024
+++ pkgsrc/databases/sqlite3/builtin.mk Mon Aug  5 06:32:28 2024
@@ -0,0 +1,23 @@
+# $NetBSD: builtin.mk,v 1.5 2024/08/05 06:32:28 wiz Exp $
+
+BUILTIN_PKG:=  sqlite3
+
+PKGCONFIG_FILE.sqlite3=        /usr/lib/pkgconfig/sqlite3.pc
+PKGCONFIG_BASE.sqlite3=        /usr
+
+.include "../../mk/buildlink3/pkgconfig-builtin.mk"
+
+###
+### The section below only applies if we are not including this file
+### solely to determine whether a built-in implementation exists.
+###
+
+CHECK_BUILTIN.sqlite3?=                no
+.if !empty(CHECK_BUILTIN.sqlite3:M[nN][oO])
+
+.  if !empty(USE_BUILTIN.sqlite3:M[yY][eE][sS])
+BUILDLINK_PREFIX.sqlite3=      /usr
+BUILDLINK_FILES.sqlite3+=      lib/pkgconfig/sqlite3.pc
+.  endif
+
+.endif  # CHECK_BUILTIN.sqlite3



Home | Main Index | Thread Index | Old Index