diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-08-09 11:38:45 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-08-13 13:24:33 +0200 |
commit | 5a8c759bdc268987311ba37b0fef0066e7e885f4 (patch) | |
tree | 9d4f8e49e00bf71454e98ef9417707f6c6eb21dd /sci-libs | |
parent | dev-python/scientificpython: remove unused patch (diff) | |
download | gentoo-5a8c759bdc268987311ba37b0fef0066e7e885f4.tar.gz gentoo-5a8c759bdc268987311ba37b0fef0066e7e885f4.tar.bz2 gentoo-5a8c759bdc268987311ba37b0fef0066e7e885f4.zip |
sci-libs/libpdb: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/5370
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libpdb/files/991112-dynlib.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sci-libs/libpdb/files/991112-dynlib.patch b/sci-libs/libpdb/files/991112-dynlib.patch deleted file mode 100644 index d3e25ce5281c..000000000000 --- a/sci-libs/libpdb/files/991112-dynlib.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/Makefile b/Makefile -index 760a427..da2f62d 100644 ---- a/Makefile -+++ b/Makefile -@@ -29,6 +29,7 @@ install: $(LIBARCH) - - $(LIBARCH): $(OBJS) - @echo "Loading $(LIBARCH) ... " -+ $(CC) $(LDFLAGS) -shared -Wl,--soname,libpdb.so.0 -o libpdb.so.0.1 $(OBJS) - @ar cru $(LIBARCH) $(OBJS) - @$(RANLIB) $(LIBARCH) - @echo "done" |