diff options
| author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-12-28 16:17:07 +0100 |
|---|---|---|
| committer | David Seifert <soap@gentoo.org> | 2020-12-28 16:17:07 +0100 |
| commit | 6796db127fbf907abf5cf22f7a14954811cd3926 (patch) | |
| tree | 8c1e621e3eaf5ae045fc34d662306aba03cce253 /net-mail/eps/files/eps-1.7-static-libs.patch | |
| parent | f93e5c7f35ab1223383bdc90da7d2daa1e53b87b (diff) | |
| download | gentoo-6796db127fbf907abf5cf22f7a14954811cd3926.tar.gz gentoo-6796db127fbf907abf5cf22f7a14954811cd3926.tar.bz2 gentoo-6796db127fbf907abf5cf22f7a14954811cd3926.zip | |
net-mail/eps: Port to EAPI 7
Closes: https://bugs.gentoo.org/727836
Package-Manager: Portage-3.0.9, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-mail/eps/files/eps-1.7-static-libs.patch')
| -rw-r--r-- | net-mail/eps/files/eps-1.7-static-libs.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net-mail/eps/files/eps-1.7-static-libs.patch b/net-mail/eps/files/eps-1.7-static-libs.patch new file mode 100644 index 000000000000..06fa8bc82559 --- /dev/null +++ b/net-mail/eps/files/eps-1.7-static-libs.patch @@ -0,0 +1,22 @@ +--- a/Makefile ++++ b/Makefile +@@ -1,7 +1,7 @@ + CC = gcc + AR = ar + STRIP = strip +-LIB = libeps.a libeps.so ++LIB = libeps.so + + AROPTS = -cru + RANLIB = ranlib +@@ -20,10 +20,6 @@ DEFS = -Wall -I. + + all: $(LIB) + +-libeps.a: $(OBJS) +- $(AR) $(AROPTS) libeps.a $(OBJS) +- $(RANLIB) libeps.a +- + libeps.so: $(OBJS) + $(CC) -shared -o libeps.so $(OBJS) + |
