Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mtools/files/
Date: Sat, 04 Feb 2017 21:22:48
Message-Id: 1486243264.8396469a0d1471aeac14745eea4854ea0942f026.soap@gentoo
1 commit: 8396469a0d1471aeac14745eea4854ea0942f026
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 3 15:25:32 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 4 21:21:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8396469a
7
8 sys-fs/mtools: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3791
11
12 sys-fs/mtools/files/mtools-3.9.11-flags.patch | 37 ---------------------------
13 1 file changed, 37 deletions(-)
14
15 diff --git a/sys-fs/mtools/files/mtools-3.9.11-flags.patch b/sys-fs/mtools/files/mtools-3.9.11-flags.patch
16 deleted file mode 100644
17 index e0092ab..00000000
18 --- a/sys-fs/mtools/files/mtools-3.9.11-flags.patch
19 +++ /dev/null
20 @@ -1,37 +0,0 @@
21 -remove pointless flags
22 -
23 -http://bugs.gentoo.org/232766
24 -
25 ---- mtools/configure
26 -+++ mtools/configure
27 -@@ -5904,9 +5904,6 @@
28 - my_host_os=`echo $host_os1 $host_os2 $host_os3 | sort -u`
29 - objs=`echo $srcdir/*.c | sed 's/\.c$/.o/' `
30 - if [ "X$GCC" = "Xyes" ] ; then
31 -- if [ "$host_cpu" = i486 ] ; then
32 -- CFLAGS="$CFLAGS -m486"
33 -- fi
34 - Wall=-Wall
35 - if [ "$host_os3" = sunos ] ; then
36 - Wall=""
37 -@@ -5921,9 +5918,6 @@
38 - CFLAGS="$CFLAGS -ZP"
39 - MACHDEPLIBS="-lposix -UTIL"
40 - fi
41 -- case "${host}" in
42 -- arm*-*-linux) CFLAGS="$CFLAGS -mstructure-size-boundary=8";;
43 -- esac
44 - CFLAGS="$CFLAGS $Wall"
45 - else
46 - if [ $host_os3 = hpux ] ; then
47 -@@ -5940,10 +5934,6 @@
48 - fi
49 -
50 -
51 --if [ $host_vendor = linux ] ; then
52 -- LDFLAGS="$LDFLAGS -z"
53 --fi
54 --
55 - if [ $host_os3 = xenix ] ; then
56 - LDFLAGS="$LDFLAGS -M2e -i -f 5000"
57 - fi