summaryrefslogtreecommitdiff
path: root/games-board/pioneers/files/pioneers-15.6-slibtool.patch
blob: f754255930c5dd5f76a795762af66eb67c682eb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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