mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
77116ce79e
thanks to bde's rev 1.109 fix to <sys/systm.h>. PR: ports/16496
13 lines
422 B
Plaintext
13 lines
422 B
Plaintext
diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/freebsd/Makefile.defs work.new/skip/freebsd/Makefile.defs
|
|
--- skipsrc-1.0.orig/skip/freebsd/Makefile.defs Fri Oct 25 13:12:42 1996
|
|
+++ work.new/skip/freebsd/Makefile.defs Wed Feb 2 11:30:42 2000
|
|
@@ -93,7 +93,7 @@
|
|
|
|
# Kernel compilation flags
|
|
#
|
|
-K_FLAGS_FREEBSD_gnu = -DKERNEL -DFREEBSD
|
|
+K_FLAGS_FREEBSD_gnu = -DKERNEL -D_KERNEL -DKLD_MODULE
|
|
|
|
# OS Libraries
|
|
#
|