From fddd67a540d7d78aa98137b5d39c13aa68d96871 Mon Sep 17 00:00:00 2001 From: Juergen Lock Date: Tue, 12 Aug 2014 16:47:48 +0000 Subject: [PATCH] - Turns out the 10.0-R clang crashes I couldn't reproduce (on amd64) were in fact on i386 - since this was the first report I got of this kind (and I don't have an i386 box anymore myself) let's assume it's an i386 issue. So change the USE_GCC=any to be i386-only. - Bump PORTREVISION. PR: 192583 --- multimedia/vdr/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/multimedia/vdr/Makefile b/multimedia/vdr/Makefile index 0099f98dd2dc..010da51c9f5b 100644 --- a/multimedia/vdr/Makefile +++ b/multimedia/vdr/Makefile @@ -3,7 +3,7 @@ PORTNAME= vdr PORTVERSION= 1.7.29 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.tvdr.de/vdr/Developer/ @@ -24,7 +24,6 @@ STB0899_SIGNAL_DESC= STB0899 signal strength patch OPTIONS_DEFAULT= IPTVPATCH TTXPATCH USES= pkgconfig gettext iconv:wchar_t gmake shebangfix tar:bzip2 -USE_GCC= any SHEBANG_FILES= svdrpsend DIST_SUBDIR= vdr PORTDOCS= COPYING INSTALL MANUAL README HISTORY @@ -55,6 +54,10 @@ PLIST_SUB+= VDR_GROUP=${VDR_GROUP} .include +.if ${ARCH} == "i386" +USE_GCC= any +.endif + EXTRA_PATCHES+= ${FILESDIR}/vdr-1.7.15-disable_ca_updates.patch .if ${PORT_OPTIONS:MIPTVPATCH} EXTRA_PATCHES+= ${FILESDIR}/vdr-1.7.15-disable_eitscan.patch