diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-02-10 17:49:11 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-11 21:13:48 +0100 |
commit | 9961bbe1c9bb5fb559b3e4971caf66e06a77a0b4 (patch) | |
tree | 470b24121c4feb3ff231f0e46d3bf6efbc5e40a5 /sys-freebsd | |
parent | net-print/poster: Add patch for bug 471270, thanks to quazgar@posteo.de (diff) | |
download | gentoo-9961bbe1c9bb5fb559b3e4971caf66e06a77a0b4.tar.gz gentoo-9961bbe1c9bb5fb559b3e4971caf66e06a77a0b4.tar.bz2 gentoo-9961bbe1c9bb5fb559b3e4971caf66e06a77a0b4.zip |
sys-freebsd/boot0: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3903
Diffstat (limited to 'sys-freebsd')
-rw-r--r-- | sys-freebsd/boot0/files/boot0-10.1-drop-unsupport-cflags.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/sys-freebsd/boot0/files/boot0-10.1-drop-unsupport-cflags.patch b/sys-freebsd/boot0/files/boot0-10.1-drop-unsupport-cflags.patch deleted file mode 100644 index 4ab415b115b9..000000000000 --- a/sys-freebsd/boot0/files/boot0-10.1-drop-unsupport-cflags.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff --git a/sys/boot/efi/libefi/Makefile b/sys/boot/efi/libefi/Makefile -index 76ed0ca..2d1d39d 100644 ---- a/sys/boot/efi/libefi/Makefile -+++ b/sys/boot/efi/libefi/Makefile -@@ -17,7 +17,4 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libstand - CFLAGS+= -I${.CURDIR}/../../common - - --# Suppress warning from clang for FreeBSD %b and %D formats --CFLAGS+= -fformat-extensions -- - .include <bsd.lib.mk> -diff --git a/sys/boot/i386/libi386/Makefile b/sys/boot/i386/libi386/Makefile -index d714c74..a5cfa3c 100644 ---- a/sys/boot/i386/libi386/Makefile -+++ b/sys/boot/i386/libi386/Makefile -@@ -52,9 +52,6 @@ CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../common \ - # the location of libstand - CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/ - --# Suppress warning from clang for FreeBSD %b and %D formats --CFLAGS+= -fformat-extensions -- - .if ${MACHINE_CPUARCH} == "amd64" - CLEANFILES+= machine - machine: |