Skip to content

Commit

Permalink
sysutils/fluent-bit: drop GCC on powerpc
Browse files Browse the repository at this point in the history
Not needed anymore.
  • Loading branch information
pkubaj committed Aug 12, 2023
1 parent bedfbdb commit 100d9fe
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions sysutils/fluent-bit/Makefile
@@ -1,6 +1,7 @@
PORTNAME= fluent-bit
DISTVERSIONPREFIX= v
DISTVERSION= 2.1.7
PORTREVISION= 1
CATEGORIES= sysutils

MAINTAINER= girgen@FreeBSD.org
Expand All @@ -15,7 +16,7 @@ BROKEN_mips64= fails to build: conflicting types for 'restrict'
USE_GITHUB= yes
GH_ACCOUNT= fluent

USES= bison cmake:noninja gmake localbase:ldflags
USES= bison cmake:noninja compiler:c11 gmake localbase:ldflags

OPTIONS_DEFINE= SSL PGSQL
OPTIONS_DEFAULT= SSL
Expand All @@ -39,13 +40,6 @@ USE_RC_SUBR= ${PORTNAME}

.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 ))
CFLAGS+= -Wno-error=int-conversion
.endif
Expand Down

0 comments on commit 100d9fe

Please sign in to comment.