diff options
Diffstat (limited to 'audio/mumble/files/patch-src-mumble-mumble.pro')
-rw-r--r-- | audio/mumble/files/patch-src-mumble-mumble.pro | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/mumble/files/patch-src-mumble-mumble.pro b/audio/mumble/files/patch-src-mumble-mumble.pro deleted file mode 100644 index cb36a8f10f13..000000000000 --- a/audio/mumble/files/patch-src-mumble-mumble.pro +++ /dev/null @@ -1,20 +0,0 @@ ---- src/mumble/mumble.pro.orig 2014-08-08 15:51:59 UTC -+++ src/mumble/mumble.pro -@@ -161,7 +161,16 @@ unix { - - CONFIG *= link_pkgconfig - -- PKGCONFIG *= openssl sndfile -+ PKGCONFIG *= sndfile -+ -+ contains(UNAME, FreeBSD) { -+ CONFIG *= oss -+ HEADERS *= GlobalShortcut_unix.h -+ SOURCES *= GlobalShortcut_unix.cpp TextToSpeech_unix.cpp Overlay_unix.cpp -+ LIBS *= -lssl -+ } else { -+ PKGCONFIG *= openssl -+ } - - macx { - TARGET = Mumble |