aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordecke <decke@FreeBSD.org>2018-10-11 22:12:51 +0800
committerdecke <decke@FreeBSD.org>2018-10-11 22:12:51 +0800
commit6e640d7fb53819153f34fcc6230a76e09780df38 (patch)
tree7f2720003c44e5f2a0a886922aa9beba2c678f65
parentaffc1478db7a450f5a98e4c01189d9cdcdeb4b43 (diff)
downloadfreebsd-ports-gnome-6e640d7fb53819153f34fcc6230a76e09780df38.tar.gz
freebsd-ports-gnome-6e640d7fb53819153f34fcc6230a76e09780df38.tar.zst
freebsd-ports-gnome-6e640d7fb53819153f34fcc6230a76e09780df38.zip
multimedia/tvheadend: Fix build with mips/mips64/powerpc64
PR: 232037 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
-rw-r--r--multimedia/tvheadend/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/multimedia/tvheadend/Makefile b/multimedia/tvheadend/Makefile
index 3ad89c58d2f0..f7ba84feb495 100644
--- a/multimedia/tvheadend/Makefile
+++ b/multimedia/tvheadend/Makefile
@@ -4,7 +4,7 @@
PORTNAME= tvheadend
PORTVERSION= 4.2.6
DISTVERSIONPREFIX= v
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= multimedia
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -23,11 +23,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
liburiparser.so:net/uriparser
RUN_DEPENDS= dtv-scan-tables>=0:multimedia/dtv-scan-tables
-BROKEN_mips= fails to configure: No C compiler found
-BROKEN_mips64= fails to configure: No C compiler found
-BROKEN_powerpc64= fails to configure: No C compiler found
-
-USES= gettext gmake pkgconfig python shebangfix ssl
+USES= compiler:c++11-lang gettext gmake pkgconfig python shebangfix ssl
USE_GITHUB= yes
GNU_CONFIGURE= yes