From 796247cc1acb33bf6153d31a3714cfb56b09e17c Mon Sep 17 00:00:00 2001 From: kn Date: Thu, 14 May 2020 17:58:05 +0000 Subject: [PATCH] Remove "Do not link against nonexistent librt (part of libc)" patch Doing so is correct, but the patched code is under "linux* { ... }" in the qmake file and therefore does not effect our build at all. The resulting Makefile did not change after removing this patch, everything built and linked fine as exepcted. --- audio/mumble/patches/patch-plugins_link_link_pro | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 audio/mumble/patches/patch-plugins_link_link_pro diff --git a/audio/mumble/patches/patch-plugins_link_link_pro b/audio/mumble/patches/patch-plugins_link_link_pro deleted file mode 100644 index aabf3c34466..00000000000 --- a/audio/mumble/patches/patch-plugins_link_link_pro +++ /dev/null @@ -1,15 +0,0 @@ -$OpenBSD: patch-plugins_link_link_pro,v 1.5 2020/04/05 21:14:44 kn Exp $ - -Do not link against nonexistent librt (part of libc). - -Index: plugins/link/link.pro ---- plugins/link/link.pro.orig -+++ plugins/link/link.pro -@@ -15,7 +15,4 @@ win32 { - unix { - SOURCES = link-posix.cpp - -- linux* { -- LIBS += -lrt -- } - }