Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148494184
D47258.id145372.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
456 B
Referenced Files
None
Subscribers
None
D47258.id145372.diff
View Options
diff --git a/Mk/Uses/sbrk.mk b/Mk/Uses/sbrk.mk
new file mode 100644
--- /dev/null
+++ b/Mk/Uses/sbrk.mk
@@ -0,0 +1,17 @@
+# handle ports requring sbrk
+#
+# Feature: sbrk
+# Usage: USES=sbrk
+#
+# MAINTAINER: brooks@FreeBSD.org
+
+.if !defined(_INCLUDE_USES_SBRK_MK)
+_INCLUDE_USES_SBRK_MK= yes
+
+. if empty(sbrk_ARGS)
+BROKEN_aarch64= requires sbrk
+BROKEN_riscv64= requires sbrk
+. else
+IGNORE= Incorrect 'USES+=sbrk:${sbrk_ARGS}'
+. endif
+.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 19, 6:09 AM (2 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29932318
Default Alt Text
D47258.id145372.diff (456 B)
Attached To
Mode
D47258: Mk/Uses/sbrk.mk: centralize sbrk handling
Attached
Detach File
Event Timeline
Log In to Comment