From b942ca435b1918030200f4e9c83e37d242671541 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Sat, 25 Apr 2020 04:02:58 +0000
Subject: [PATCH] We don't need pasteboard with SDL2

---
 src/conio/GNUmakefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/conio/GNUmakefile b/src/conio/GNUmakefile
index a2850c9c24..4ad729477b 100644
--- a/src/conio/GNUmakefile
+++ b/src/conio/GNUmakefile
@@ -30,9 +30,6 @@ else
   NEED_BITMAP := 1
   OBJS	+=	$(MTOBJODIR)$(DIRSEP)sdl_con$(OFILE)
   OBJS	+=      $(MTOBJODIR)$(DIRSEP)sdlfuncs$(OFILE)
-  ifeq ($(os),darwin)
-   OBJS 	+=      $(MTOBJODIR)$(DIRSEP)pasteboard$(OFILE)
-  endif
  endif
 endif
 
-- 
GitLab