Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libpdb/files/
Date: Sun, 13 Aug 2017 11:25:13
Message-Id: 1502623473.5a8c759bdc268987311ba37b0fef0066e7e885f4.soap@gentoo
1 commit: 5a8c759bdc268987311ba37b0fef0066e7e885f4
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 9 09:38:45 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 13 11:24:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a8c759b
7
8 sci-libs/libpdb: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/5370
11
12 sci-libs/libpdb/files/991112-dynlib.patch | 12 ------------
13 1 file changed, 12 deletions(-)
14
15 diff --git a/sci-libs/libpdb/files/991112-dynlib.patch b/sci-libs/libpdb/files/991112-dynlib.patch
16 deleted file mode 100644
17 index d3e25ce5281..00000000000
18 --- a/sci-libs/libpdb/files/991112-dynlib.patch
19 +++ /dev/null
20 @@ -1,12 +0,0 @@
21 -diff --git a/Makefile b/Makefile
22 -index 760a427..da2f62d 100644
23 ---- a/Makefile
24 -+++ b/Makefile
25 -@@ -29,6 +29,7 @@ install: $(LIBARCH)
26 -
27 - $(LIBARCH): $(OBJS)
28 - @echo "Loading $(LIBARCH) ... "
29 -+ $(CC) $(LDFLAGS) -shared -Wl,--soname,libpdb.so.0 -o libpdb.so.0.1 $(OBJS)
30 - @ar cru $(LIBARCH) $(OBJS)
31 - @$(RANLIB) $(LIBARCH)
32 - @echo "done"