diff options
Diffstat (limited to 'sys-boot/efibootmgr/files/efibootmgr-0.4.1-makefile.patch')
-rw-r--r-- | sys-boot/efibootmgr/files/efibootmgr-0.4.1-makefile.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sys-boot/efibootmgr/files/efibootmgr-0.4.1-makefile.patch b/sys-boot/efibootmgr/files/efibootmgr-0.4.1-makefile.patch deleted file mode 100644 index 4a9b0f9c1c18..000000000000 --- a/sys-boot/efibootmgr/files/efibootmgr-0.4.1-makefile.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- efibootmgr-0.4.1/Makefile.makefile 2002-10-22 22:45:30.000000000 +0200 -+++ efibootmgr-0.4.1/Makefile 2003-05-26 15:09:58.000000000 +0200 -@@ -9,6 +9,7 @@ - RELEASE_STRING := $(RELEASE_NAME)-$(RELEASE_MAJOR).$(RELEASE_MINOR).$(RELEASE_SUBLEVEL)$(RELEASE_EXTRALEVEL) - - CFLAGS += -DEFIBOOTMGR_VERSION=\"$(RELEASE_MAJOR).$(RELEASE_MINOR).$(RELEASE_SUBLEVEL)$(RELEASE_EXTRALEVEL)\" -Wall -+ CFLAGS += $(shell if $(CC) -fno-merge-constants -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo "-fno-merge-constants"; fi) - - MODULES := src - |