Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/cairo-clock/files/
Date: Sun, 13 Aug 2017 11:31:56
Message-Id: 1502623755.df2960e9dc9a793569159d51345646742c813a87.soap@gentoo
1 commit: df2960e9dc9a793569159d51345646742c813a87
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 10 17:46:44 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 13 11:29:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df2960e9
7
8 x11-misc/cairo-clock: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/5383
11
12 x11-misc/cairo-clock/files/cairo-clock-0.3.3-gcc46.patch | 12 ------------
13 1 file changed, 12 deletions(-)
14
15 diff --git a/x11-misc/cairo-clock/files/cairo-clock-0.3.3-gcc46.patch b/x11-misc/cairo-clock/files/cairo-clock-0.3.3-gcc46.patch
16 deleted file mode 100644
17 index 76569cc8426..00000000000
18 --- a/x11-misc/cairo-clock/files/cairo-clock-0.3.3-gcc46.patch
19 +++ /dev/null
20 @@ -1,12 +0,0 @@
21 -diff -uNr cairo-clock-0.3.3.ORIG/src/Makefile.am cairo-clock-0.3.3/src/Makefile.am
22 ---- cairo-clock-0.3.3.ORIG/src/Makefile.am 2011-09-24 12:42:48.862380207 +0100
23 -+++ cairo-clock-0.3.3/src/Makefile.am 2011-09-24 12:43:29.135381441 +0100
24 -@@ -1,7 +1,7 @@
25 - bin_PROGRAMS = cairo_clock
26 - transform = s/_/-/g
27 -
28 --cairo_clock_LDFLAGS = -Wl, --export-dynamic
29 -+cairo_clock_LDFLAGS = -rdynamic
30 -
31 - cairo_clock_LDADD = \
32 - $(GLIB_LIBS) \