git: 19595d2f0a92 - main - databases/mysql-udf: remove redundant +

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Thu, 18 Nov 2021 12:02:18 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=19595d2f0a927144d9ef2c7bb0c5d2e6d671c520

commit 19595d2f0a927144d9ef2c7bb0c5d2e6d671c520
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-11-18 12:00:52 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-11-18 12:00:52 +0000

    databases/mysql-udf: remove redundant +
    
    While here, add the same for armv7 to fix build.
---
 databases/mysql-udf/Makefile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/databases/mysql-udf/Makefile b/databases/mysql-udf/Makefile
index 56db4c7ccb47..b80cd98ad4a3 100644
--- a/databases/mysql-udf/Makefile
+++ b/databases/mysql-udf/Makefile
@@ -12,12 +12,12 @@ COMMENT=	Set of user-defined functions for the MySQL server
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USES=		mysql
-CFLAGS_aarch64+=-fPIC
-CFLAGS_amd64+=	-fPIC
-CFLAGS_i386+=	-fPIC
-CFLAGS_powerpc+=	-fPIC
-CFLAGS_powerpc64+=	-fPIC
-CFLAGS_powerpc64le+=	-fPIC
+CFLAGS_aarch64=	-fPIC
+CFLAGS_amd64=	-fPIC
+CFLAGS_i386=	-fPIC
+CFLAGS_powerpc=	-fPIC
+CFLAGS_powerpc64=	-fPIC
+CFLAGS_powerpc64le=	-fPIC
 
 MODULES=	colwidth confidence_higher confidence_lower correlation \
 		faculty geomean intercept kurtosis longest median noverm \