Page MenuHomeFreeBSD

D11833.diff
No OneTemporary

D11833.diff

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

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)

Event Timeline