aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-12 00:02:04 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-12 01:37:48 +0000
commit100d9fe6207c6d99d6f712a6c756a9ec2f5f88f5 (patch)
tree5cafe5759183c7cec8acb81854922aff71d5e7af /sysutils
parentbedfbdb8b8dc05ae024fba6ce4aaf1b3d2dea586 (diff)
downloadports-100d9fe6207c6d99d6f712a6c756a9ec2f5f88f5.tar.gz
ports-100d9fe6207c6d99d6f712a6c756a9ec2f5f88f5.zip
sysutils/fluent-bit: drop GCC on powerpc
Not needed anymore.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fluent-bit/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/sysutils/fluent-bit/Makefile b/sysutils/fluent-bit/Makefile
index 0a0ae9951ecc..cf5ae3e766ec 100644
--- a/sysutils/fluent-bit/Makefile
+++ b/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
@@ -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
@@ -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