Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F168033987
D11833.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
490 B
Referenced Files
None
Subscribers
None
D11833.diff
View Options
Index: devel/mdb/Makefile
===================================================================
--- devel/mdb/Makefile
+++ devel/mdb/Makefile
@@ -26,6 +26,12 @@
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 1100021
+# This port uses CWARNFLAGS.clang to silence warnings which only works
+# in 11.0 and later.
+MAKE_ARGS+= NO_WERROR=yes
+.endif
+
.if !exists(${SRC_BASE}/cddl/compat) || !exists(${SRC_BASE}/sys/cddl/compat)
IGNORE= requires full source tree with CDDL sources
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 27, 1:14 AM (19 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37340663
Default Alt Text
D11833.diff (490 B)
Attached To
Mode
D11833: Disable -Werror to fix build on versions older than 11.0.
Attached
Detach File
Event Timeline
Log In to Comment