FreeBSD Bugzilla – Attachment 203688 Details for
Bug 237296
net/ndproxy: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
ndproxy.patch (text/plain), 556 bytes, created by
Piotr Kubaj
on 2019-04-15 09:34:50 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-04-15 09:34:50 UTC
Size:
556 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 498908) >+++ Makefile (working copy) >@@ -11,7 +11,7 @@ > LICENSE= BSD2CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > >-USES= kmod >+USES= compiler kmod > > SUB_FILES= pkg-message > >@@ -20,7 +20,8 @@ > GH_ACCOUNT= AlexandreFenyo > > # build for a kernel with 'options VIMAGE' >-CFLAGS+= -DVIMAGE >+CFLAGS+= -DVIMAGE ${CFLAGS_${CHOSEN_COMPILER_TYPE}} >+CFLAGS_gcc= -Wno-error=strict-prototypes > > PLIST_FILES= ${KMODDIR}/${PORTNAME}.ko man/man4/${PORTNAME}.4.gz >
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
Flags:
fbsd.bugzilla
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 237296
: 203688