summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-04-20 09:57:35 +0200
committerMichał Górny <mgorny@gentoo.org>2019-04-20 09:57:35 +0200
commit6b4c9212b3da530b9fd24ef128e516002b72d6b7 (patch)
tree62b80e66e6332b1588b7cfbb20fabb130daf5d43 /net-mail/uw-imap/files/uw-imap-2004c-amd64-so-fix.patch
parentnet-mail/uw-mailutils: Remove last-rited pkg (diff)
downloadgentoo-6b4c9212b3da530b9fd24ef128e516002b72d6b7.tar.gz
gentoo-6b4c9212b3da530b9fd24ef128e516002b72d6b7.tar.bz2
gentoo-6b4c9212b3da530b9fd24ef128e516002b72d6b7.zip
net-mail/uw-imap: Remove last-rited pkg
Closes: https://bugs.gentoo.org/678606 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-mail/uw-imap/files/uw-imap-2004c-amd64-so-fix.patch')
-rw-r--r--net-mail/uw-imap/files/uw-imap-2004c-amd64-so-fix.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-mail/uw-imap/files/uw-imap-2004c-amd64-so-fix.patch b/net-mail/uw-imap/files/uw-imap-2004c-amd64-so-fix.patch
deleted file mode 100644
index 1400fc254c6d..000000000000
--- a/net-mail/uw-imap/files/uw-imap-2004c-amd64-so-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -ruN src/osdep/unix/Makefile src/osdep/unix/Makefile
---- src/osdep/unix/Makefile 2005-01-29 22:43:25.739341544 +0000
-+++ src/osdep/unix/Makefile 2005-01-29 22:43:50.375596264 +0000
-@@ -912,6 +912,9 @@
- -DRSHPATH=\"$(RSHPATH)\" -DLOCKPGM=\"$(LOCKPGM)\" > OSCFLAGS
- echo $(BASELDFLAGS) $(EXTRALDFLAGS) > LDFLAGS
- echo "$(ARRC) $(ARCHIVE) $(BINARIES);$(RANLIB) $(ARCHIVE)" > ARCHIVE
-+ echo "`$(CAT) CCTYPE` `$(CAT) CFLAGS` `$(CAT) OSFLAGS` -shared \
-+ -Wl,-soname,libc-client.so.1 -o libc-client.so.1.0.0 $(BINARIES)" \
-+ >> ARCHIVE
- echo $(OS) > OSTYPE
- ./drivers $(EXTRADRIVERS) $(DEFAULTDRIVERS) dummy
- ./mkauths $(EXTRAAUTHENTICATORS) $(DEFAULTAUTHENTICATORS)