diff options
author | feld <feld@FreeBSD.org> | 2018-01-04 00:18:44 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2018-01-04 00:18:44 +0800 |
commit | 7e9502b3457ead4af938f73b287963a668f9c80c (patch) | |
tree | ad8d792eb7373e20f124b5b036dd27eb551f340d /audio/mumble | |
parent | 339208776af618c79771aa19949bf7370d10f15a (diff) | |
download | freebsd-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/Makefile | 4 | ||||
-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 |