summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuta SATOH <nigoro.dev@gmail.com>2016-11-02 21:57:07 +0900
committerYuta SATOH <nigoro.dev@gmail.com>2016-11-02 21:57:07 +0900
commit4933d8a774f911cc7ec2b371f62cbcec83447438 (patch)
tree51bd5af28d8fee9e62174022e9680494c06083ad /sys-freebsd/freebsd-sources/files/freebsd-sources-9.1-gentoo.patch
parentdev-util/catalyst: added -9999 patches. (diff)
downloadgentoo-bsd-4933d8a774f911cc7ec2b371f62cbcec83447438.tar.gz
gentoo-bsd-4933d8a774f911cc7ec2b371f62cbcec83447438.tar.bz2
gentoo-bsd-4933d8a774f911cc7ec2b371f62cbcec83447438.zip
clean up freebsd 11.0 related files.
Diffstat (limited to 'sys-freebsd/freebsd-sources/files/freebsd-sources-9.1-gentoo.patch')
-rw-r--r--sys-freebsd/freebsd-sources/files/freebsd-sources-9.1-gentoo.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/sys-freebsd/freebsd-sources/files/freebsd-sources-9.1-gentoo.patch b/sys-freebsd/freebsd-sources/files/freebsd-sources-9.1-gentoo.patch
deleted file mode 100644
index b02d8b6..0000000
--- a/sys-freebsd/freebsd-sources/files/freebsd-sources-9.1-gentoo.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -Nur sys.orig/conf/kern.mk sys/conf/kern.mk
---- sys.orig/conf/kern.mk 2012-07-12 13:26:37.000000000 +0900
-+++ sys/conf/kern.mk 2012-07-16 02:32:19.000000000 +0900
-@@ -5,7 +5,7 @@
- #
- CWARNFLAGS?= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
- -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \
-- -Wundef -Wno-pointer-sign -fformat-extensions \
-+ -Wundef -Wno-pointer-sign \
- -Wmissing-include-dirs -fdiagnostics-show-option \
- ${CWARNEXTRA}
- #
-@@ -52,7 +52,7 @@
- #
- .if ${MACHINE_CPUARCH} == "i386"
- .if ${MK_CLANG_IS_CC} == "no" && ${CC:T:Mclang} != "clang"
--CFLAGS+= -mno-align-long-strings -mpreferred-stack-boundary=2
-+CFLAGS+= -mpreferred-stack-boundary=2
- .else
- CFLAGS+= -mno-aes -mno-avx
- .endif