Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159155084
D20013.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
574 B
Referenced Files
None
Subscribers
None
D20013.diff
View Options
Index: head/net/ndproxy/Makefile
===================================================================
--- head/net/ndproxy/Makefile
+++ head/net/ndproxy/Makefile
@@ -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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jun 11, 5:35 PM (4 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33886061
Default Alt Text
D20013.diff (574 B)
Attached To
Mode
D20013: net/ndproxy: add -Wno-error=strict-prototypes to CFLAGS when using GCC
Attached
Detach File
Event Timeline
Log In to Comment