summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-12-04 14:39:25 +0100
committerMichał Górny <mgorny@gentoo.org>2018-12-04 14:39:25 +0100
commitd5249be7088fb4b5619333a14a55cc5071ac65be (patch)
treef5b33db1dfac15b4110f9045dd9d79237ca56ded /net-nntp/inn/files/inn-2.5.3-ar.patch
parentapp-admin/syslogread: Remove last-rited pkg (diff)
downloadgentoo-d5249be7088fb4b5619333a14a55cc5071ac65be.tar.gz
gentoo-d5249be7088fb4b5619333a14a55cc5071ac65be.tar.bz2
gentoo-d5249be7088fb4b5619333a14a55cc5071ac65be.zip
net-nntp/inn: Remove last-rited pkg
Closes: https://bugs.gentoo.org/608908 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-nntp/inn/files/inn-2.5.3-ar.patch')
-rw-r--r--net-nntp/inn/files/inn-2.5.3-ar.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/net-nntp/inn/files/inn-2.5.3-ar.patch b/net-nntp/inn/files/inn-2.5.3-ar.patch
deleted file mode 100644
index ac4f8158c44f..000000000000
--- a/net-nntp/inn/files/inn-2.5.3-ar.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-Use system AR.
-
-Gentoo bug #461254.
-
---- lib/Makefile
-+++ lib/Makefile
-@@ -53,7 +53,7 @@
- -rpath $(PATHLIB) -version-info 2:0:0
-
- libinn.a: $(OBJECTS)
-- ar r $@ $(OBJECTS)
-+ $(AR) r $@ $(OBJECTS)
- $(RANLIB) libinn.a
-
- .c.o .c.lo:
---- storage/Makefile
-+++ storage/Makefile
-@@ -55,7 +55,7 @@
- -rpath $(PATHLIB) -version-info 2:0:0
-
- libstorage.a: $(OBJECTS)
-- ar r $@ $(OBJECTS)
-+ $(AR) r $@ $(OBJECTS)
- $(RANLIB) libstorage.a
-
- # Make.methods is included in the distribution tarball since some non-GNU
---- history/Makefile
-+++ history/Makefile
-@@ -51,7 +51,7 @@
- -rpath $(PATHLIB) -version-info 2:0:0
-
- libinnhist.a: $(OBJECTS)
-- ar r $@ $(OBJECTS)
-+ $(AR) r $@ $(OBJECTS)
- $(RANLIB) libinnhist.a
-
- # Try to set up these rules so that buildconfig is only run once.