aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mumble
diff options
context:
space:
mode:
authorfeld <feld@FreeBSD.org>2018-01-04 00:18:44 +0800
committerfeld <feld@FreeBSD.org>2018-01-04 00:18:44 +0800
commit7e9502b3457ead4af938f73b287963a668f9c80c (patch)
treead8d792eb7373e20f124b5b036dd27eb551f340d /audio/mumble
parent339208776af618c79771aa19949bf7370d10f15a (diff)
downloadfreebsd-ports-gnome-7e9502b3457ead4af938f73b287963a668f9c80c.tar.gz
freebsd-ports-gnome-7e9502b3457ead4af938f73b287963a668f9c80c.tar.zst
freebsd-ports-gnome-7e9502b3457ead4af938f73b287963a668f9c80c.zip
audio/mumble: Fix disconnected patch from last commit
PR: 224086
Diffstat (limited to 'audio/mumble')
-rw-r--r--audio/mumble/Makefile4
-rw-r--r--audio/mumble/files/extrapatch-fix-build-boost-1.66 (renamed from audio/mumble/audio/mumble/files/extrapatch-fix-build-boost-1.66)0
2 files changed, 3 insertions, 1 deletions
diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile
index 4a194c6a392e..713e6c30fea6 100644
--- a/audio/mumble/Makefile
+++ b/audio/mumble/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mumble
PORTVERSION= 1.2.19
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= audio
MAINTAINER= feld@FreeBSD.org
@@ -61,6 +61,8 @@ PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio
CONFIG+= no-pch
.endif
+EXTRA_PATCHES= ${FILESDIR}/extrapatch-fix-build-boost-1.66:-p1
+
post-patch:
@${REINPLACE_CMD} -e 's|-ldl||' ${WRKSRC}/overlay_gl/overlay_gl.pro
@${RM} ${WRKSRC}/plugins/manual/.qmake.cache
diff --git a/audio/mumble/audio/mumble/files/extrapatch-fix-build-boost-1.66 b/audio/mumble/files/extrapatch-fix-build-boost-1.66
index 2efbfc26df7d..2efbfc26df7d 100644
--- a/audio/mumble/audio/mumble/files/extrapatch-fix-build-boost-1.66
+++ b/audio/mumble/files/extrapatch-fix-build-boost-1.66