mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- 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
This commit is contained in:
parent
24610c3ffc
commit
fddd67a540
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364721
@ -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 <bsd.port.options.mk>
|
||||
|
||||
.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
|
||||
|
Loading…
Reference in New Issue
Block a user