aboutsummaryrefslogtreecommitdiff
path: root/audio/mumble
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2019-10-21 21:20:31 +0000
committerMark Felder <feld@FreeBSD.org>2019-10-21 21:20:31 +0000
commit8b9c9da71618464b0aa0f6b538b3c014fa2fd513 (patch)
treeab846330126d7b4dffa3bced893053793836b470 /audio/mumble
parent3516496ddc9912d243d073ff413990510ae40cf8 (diff)
downloadports-8b9c9da71618464b0aa0f6b538b3c014fa2fd513.tar.gz
ports-8b9c9da71618464b0aa0f6b538b3c014fa2fd513.zip
audio/mumble: Add missing patch to make builds reliable
PR: 240402 MFH: 2019Q4
Notes
Notes: svn path=/head/; revision=515130
Diffstat (limited to 'audio/mumble')
-rw-r--r--audio/mumble/Makefile2
-rw-r--r--audio/mumble/files/patch-qmake_builddir.pri24
2 files changed, 25 insertions, 1 deletions
diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile
index 350f7f625321..fc549b434c6e 100644
--- a/audio/mumble/Makefile
+++ b/audio/mumble/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mumble
PORTVERSION= 1.3.0
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= feld@FreeBSD.org
diff --git a/audio/mumble/files/patch-qmake_builddir.pri b/audio/mumble/files/patch-qmake_builddir.pri
new file mode 100644
index 000000000000..0dddeb677773
--- /dev/null
+++ b/audio/mumble/files/patch-qmake_builddir.pri
@@ -0,0 +1,24 @@
+--- qmake/builddir.pri.orig 2019-10-20 18:28:58 UTC
++++ qmake/builddir.pri
+@@ -33,20 +33,7 @@ isEmpty(TOP_BUILDDIR) {
+ TOP_BUILDDIR = $$TOP_SRCDIR
+ }
+
+-# If the build and source paths are equal,
+-# it's not a shadow build.
+-equals(TOP_BUILDDIR, $$TOP_SRCDIR) {
+- CONFIG(debug, debug|release) {
+- DESTDIR = $$TOP_BUILDDIR/debug
+- }
+-
+- CONFIG(release, debug|release) {
+- DESTDIR = $$TOP_BUILDDIR/release
+- }
+-} else {
+- DESTDIR = $$TOP_BUILDDIR
+-}
+-
++DESTDIR = $$TOP_BUILDDIR/release
+ OBJECTS_ROOT = $$DESTDIR/.obj
+ MOC_ROOT = $$DESTDIR/.moc
+ RCC_ROOT = $$DESTDIR/.qrc