pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libsysinfo: Limit bl3 to FreeBSD
Module Name: pkgsrc-wip
Committed By: Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By: outpaddling
Date: Wed Apr 2 10:22:28 2025 -0500
Changeset: c09201dd1b329bb8ed8b5595e883e5554901057f
Modified Files:
libsysinfo/buildlink3.mk
Log Message:
libsysinfo: Limit bl3 to FreeBSD
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c09201dd1b329bb8ed8b5595e883e5554901057f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libsysinfo/buildlink3.mk | 4 ++++
1 file changed, 4 insertions(+)
diffs:
diff --git a/libsysinfo/buildlink3.mk b/libsysinfo/buildlink3.mk
index cb033c6300..83d48df27c 100644
--- a/libsysinfo/buildlink3.mk
+++ b/libsysinfo/buildlink3.mk
@@ -5,6 +5,8 @@
# XXX beginning with "XXX" should be removed. Please do not commit
# XXX unverified buildlink3.mk files.
+.if !empty(MACHINE_PLATFORM:MFreeBSD-*-*)
+
BUILDLINK_TREE+= libsysinfo
.if !defined(LIBSYSINFO_BUILDLINK3_MK)
@@ -17,3 +19,5 @@ BUILDLINK_PKGSRCDIR.libsysinfo?= ../../wip/libsysinfo
.endif # LIBSYSINFO_BUILDLINK3_MK
BUILDLINK_TREE+= -libsysinfo
+
+.endif
Home |
Main Index |
Thread Index |
Old Index