1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

The "-I/sys" hack should no longer be necessary to build this port

thanks to bde's rev 1.109 fix to <sys/systm.h>.

PR:		ports/16496
This commit is contained in:
Archie Cobbs 2000-02-18 01:53:50 +00:00
parent 2973ca60db
commit 77116ce79e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25950

View File

@ -6,7 +6,7 @@ diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/freebsd/Makefile.defs w
# Kernel compilation flags
#
-K_FLAGS_FREEBSD_gnu = -DKERNEL -DFREEBSD
+K_FLAGS_FREEBSD_gnu = -DKERNEL -D_KERNEL -DKLD_MODULE -I/sys
+K_FLAGS_FREEBSD_gnu = -DKERNEL -D_KERNEL -DKLD_MODULE
# OS Libraries
#