mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
sysutils/fluent-bit: drop GCC on powerpc
Not needed anymore.
This commit is contained in:
parent
bedfbdb8b8
commit
100d9fe620
1 changed files with 2 additions and 8 deletions
|
@ -1,6 +1,7 @@
|
||||||
PORTNAME= fluent-bit
|
PORTNAME= fluent-bit
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 2.1.7
|
DISTVERSION= 2.1.7
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
|
|
||||||
MAINTAINER= girgen@FreeBSD.org
|
MAINTAINER= girgen@FreeBSD.org
|
||||||
|
@ -15,7 +16,7 @@ BROKEN_mips64= fails to build: conflicting types for 'restrict'
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= fluent
|
GH_ACCOUNT= fluent
|
||||||
|
|
||||||
USES= bison cmake:noninja gmake localbase:ldflags
|
USES= bison cmake:noninja compiler:c11 gmake localbase:ldflags
|
||||||
|
|
||||||
OPTIONS_DEFINE= SSL PGSQL
|
OPTIONS_DEFINE= SSL PGSQL
|
||||||
OPTIONS_DEFAULT= SSL
|
OPTIONS_DEFAULT= SSL
|
||||||
|
@ -39,13 +40,6 @@ USE_RC_SUBR= ${PORTNAME}
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${ARCH} == powerpc
|
|
||||||
LDFLAGS+= -latomic
|
|
||||||
USES+= compiler:gcc-c++11-lib
|
|
||||||
.else
|
|
||||||
USES+= compiler:c11
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
|
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
|
||||||
CFLAGS+= -Wno-error=int-conversion
|
CFLAGS+= -Wno-error=int-conversion
|
||||||
.endif
|
.endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue