audio/mumble: Add missing patch to make builds reliable

PR:		240402
MFH:		2019Q4
This commit is contained in:
Mark Felder 2019-10-21 21:20:31 +00:00
parent 3516496ddc
commit 8b9c9da716
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515130
2 changed files with 25 additions and 1 deletions

View file

@ -3,7 +3,7 @@
PORTNAME= mumble
PORTVERSION= 1.3.0
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= feld@FreeBSD.org

View file

@ -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