summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-08-02 16:28:52 +0200
committerMichał Górny <mgorny@gentoo.org>2016-08-02 16:34:12 +0200
commit2bf6eff5bb566889a2467e15a43602d9d20b6e51 (patch)
treef484041dd0f209d5978435297c88eb7632b9dc9b /net-misc/mknbi/files/mknbi-1.4.3-nossp.patch
parentdev-haskell/filesystem-conduit: Remove last-rited pkg (diff)
downloadgentoo-2bf6eff5bb566889a2467e15a43602d9d20b6e51.tar.gz
gentoo-2bf6eff5bb566889a2467e15a43602d9d20b6e51.tar.bz2
gentoo-2bf6eff5bb566889a2467e15a43602d9d20b6e51.zip
net-misc/mknbi: Remove last-rited pkg, #587278
Diffstat (limited to 'net-misc/mknbi/files/mknbi-1.4.3-nossp.patch')
-rw-r--r--net-misc/mknbi/files/mknbi-1.4.3-nossp.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-misc/mknbi/files/mknbi-1.4.3-nossp.patch b/net-misc/mknbi/files/mknbi-1.4.3-nossp.patch
deleted file mode 100644
index 71289a336c4c..000000000000
--- a/net-misc/mknbi/files/mknbi-1.4.3-nossp.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig 2005-04-17 10:50:53.000000000 -0400
-+++ Makefile 2005-04-17 10:51:17.000000000 -0400
-@@ -18,7 +18,7 @@
- FIRSTRELOCS= 0x92800 0x82800
- OLDGAS:= $(shell $(AS) --version | grep -q '2\.9\.1' && echo -DGAS291)
- CFLAGS= -I. -Os -ffreestanding -fstrength-reduce -fomit-frame-pointer \
-- -mcpu=i386 \
-+ -mcpu=i386 -fno-stack-protector -fno-stack-protector-all -fno-pie \
- -Wall -W -Wno-format -Wno-unused -DVERSION=\"$(VERSION)$(EXTRAVERSION)\"
- LDBINARYFLAG= --oformat binary
- FIRST32SIZE= 6144