summaryrefslogtreecommitdiff
path: root/games-board/pioneers/files/pioneers-15.6-slibtool.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
commit908778078736bd36f7a60a2d576d415cb8e000fa (patch)
treec6a4796c48b608c14dc7e9674cdbd38f905e3c15 /games-board/pioneers/files/pioneers-15.6-slibtool.patch
parent185fa19bbf68a4d4dca534d2b46729207a177f16 (diff)
gentoo resync : 22.05.2021
Diffstat (limited to 'games-board/pioneers/files/pioneers-15.6-slibtool.patch')
-rw-r--r--games-board/pioneers/files/pioneers-15.6-slibtool.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/games-board/pioneers/files/pioneers-15.6-slibtool.patch b/games-board/pioneers/files/pioneers-15.6-slibtool.patch
new file mode 100644
index 000000000000..f754255930c5
--- /dev/null
+++ b/games-board/pioneers/files/pioneers-15.6-slibtool.patch
@@ -0,0 +1,27 @@
+From a53a5621c278db74aaffa21bbf135be1d4a55ea2 Mon Sep 17 00:00:00 2001
+From: orbea <orbea@riseup.net>
+Date: Fri, 7 May 2021 12:05:45 -0700
+Subject: [PATCH] build: Don't link the same object twice.
+
+---
+ Makefile.am | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index af5d0bf..9012a57 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -47,10 +47,8 @@ gtk_cflags = \
+ $(GTK_CFLAGS) \
+ $(GTK_DEPRECATION)
+
+-# The Fink port needs an explicit reference to driver.o
+ console_libs = \
+ libpioneers.a \
+- $(top_builddir)/common/libpioneers_a-driver.o \
+ $(GLIB2_LIBS) \
+ $(GIO2_LIBS)
+
+--
+2.26.3
+