FreeBSD Bugzilla – Attachment 222270 Details for
Bug 253000
[PATCH] net/bsdrcmds - fix build under -CURRENT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
The original fix
fix.diff (text/plain), 510 bytes, created by
Cy Schubert
on 2021-02-08 15:48:21 UTC
(
hide
)
Description:
The original fix
Filename:
MIME Type:
Creator:
Cy Schubert
Created:
2021-02-08 15:48:21 UTC
Size:
510 bytes
patch
obsolete
>diff --git a/net/bsdrcmds/Makefile b/net/bsdrcmds/Makefile >index 7c492ea3edde..809365e06bad 100644 >--- a/net/bsdrcmds/Makefile >+++ b/net/bsdrcmds/Makefile >@@ -16,7 +16,14 @@ LICENSE= BSD3CLAUSE > USES= uidfix > > MAKE_ARGS+= BINOWN=${BINOWN} BINMODE=${BINMODE} >-MAKE_ENV+= MK_WERROR=no NO_WERROR=1 >+ >+.include <bsd.port.options.mk> >+ >+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1300134 >+MAKE_ENV+= MK_WERROR=no >+.else >+NO_WERROR=1 >+.endif > > OPTIONS_DEFINE= IPV6 LIBBLACKLIST > OPTIONS_DEFAULT= LIBBLACKLIST
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 253000
:
221909
| 222270 |
222670