summaryrefslogtreecommitdiff
path: root/games-emulation/gngb/files/gngb-20060309-amd64.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-emulation/gngb/files/gngb-20060309-amd64.patch
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-emulation/gngb/files/gngb-20060309-amd64.patch')
-rw-r--r--games-emulation/gngb/files/gngb-20060309-amd64.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/games-emulation/gngb/files/gngb-20060309-amd64.patch b/games-emulation/gngb/files/gngb-20060309-amd64.patch
deleted file mode 100644
index 1e63ee00dd26..000000000000
--- a/games-emulation/gngb/files/gngb-20060309-amd64.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From: Chris Lamb <lamby@debian.org>
-Date: Wed, 16 Aug 2017 22:53:10 +0200
-Subject: reproducible build
-
-Bug-Debian: https://bugs.debian.org/831773
----
- configure.in | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/configure.in b/configure.in
-index 9b8aeec..145bd73 100644
---- a/configure.in
-+++ b/configure.in
-@@ -90,6 +90,7 @@ fi
- dnl Arch
-
- case `uname -m` in
-+*x86_64) arch_info=x86_64 ;;
- *686) arch_info=i686 ;;
- *i586) arch_info=i586 ;;
- *i486) arch_info=i486 ;;
-@@ -107,7 +108,7 @@ sys_info=`uname -s`
- AC_MSG_RESULT(System: $sys_info)
-
- case $arch_info in
--i686|i586|i486|i386) OPT="-O3 -Wno-unused -funroll-loops -fstrength-reduce \
-+x86_64|i686|i586|i486|i386) OPT="-O3 -Wno-unused -funroll-loops -fstrength-reduce \
- -ffast-math -falign-functions=2 -falign-jumps=2 \
- -falign-loops=2 -fomit-frame-pointer -Wall " ;;
- sun4u) OPT="-O3 -Wno-unused -funroll-loops -fstrength-reduce \