diff options
author | archie <archie@FreeBSD.org> | 2000-02-03 05:42:18 +0800 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2000-02-03 05:42:18 +0800 |
commit | d7d42319f370169916c7ce2f2e452c8b85881928 (patch) | |
tree | 565c2ac7033806feeaaf14c5b9db48bd8fb380dc /security | |
parent | f641ffc180893c8a254859d95922a82f8c772259 (diff) | |
download | freebsd-ports-gnome-d7d42319f370169916c7ce2f2e452c8b85881928.tar.gz freebsd-ports-gnome-d7d42319f370169916c7ce2f2e452c8b85881928.tar.zst freebsd-ports-gnome-d7d42319f370169916c7ce2f2e452c8b85881928.zip |
Add -I/sys to the KLD compilation flags. This is a workaround,
but not a fix, for ports/16496.
PR: ports/16496
Submitted by: Matthew Reimer <mreimer@vpop.net>
Diffstat (limited to 'security')
-rw-r--r-- | security/skip/files/patch-bp | 4 | ||||
-rw-r--r-- | security/skip/files/patch-bu | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/skip/files/patch-bp b/security/skip/files/patch-bp index a776eea7b5d4..a79301aa5ea8 100644 --- a/security/skip/files/patch-bp +++ b/security/skip/files/patch-bp @@ -1,12 +1,12 @@ 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 Mon Jan 24 13:45:40 2000 ++++ 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 ++K_FLAGS_FREEBSD_gnu = -DKERNEL -D_KERNEL -DKLD_MODULE -I/sys # OS Libraries # diff --git a/security/skip/files/patch-bu b/security/skip/files/patch-bu index 28c0de649b19..95e52ebdc13b 100644 --- a/security/skip/files/patch-bu +++ b/security/skip/files/patch-bu @@ -1,6 +1,6 @@ diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/freebsd/skip_os.h work.new/skip/freebsd/skip_os.h --- skipsrc-1.0.orig/skip/freebsd/skip_os.h Fri Oct 25 13:12:43 1996 -+++ work.new/skip/freebsd/skip_os.h Mon Jan 24 16:14:32 2000 ++++ work.new/skip/freebsd/skip_os.h Tue Feb 1 10:02:28 2000 @@ -51,10 +51,9 @@ /* * FreeBSD |