git: 01e983f5165d - main - databases/mysql-udf: fix build on riscv64

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Tue, 04 Jan 2022 18:17:57 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=01e983f5165dc1165fbaef4a0c26d7ddbd7eff17

commit 01e983f5165dc1165fbaef4a0c26d7ddbd7eff17
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-01-04 18:11:45 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-01-04 18:11:45 +0000

    databases/mysql-udf: fix build on riscv64
    
    Same issue as other architectures.
---
 databases/mysql-udf/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/databases/mysql-udf/Makefile b/databases/mysql-udf/Makefile
index b80cd98ad4a3..9ec20b2e2276 100644
--- a/databases/mysql-udf/Makefile
+++ b/databases/mysql-udf/Makefile
@@ -18,6 +18,7 @@ CFLAGS_i386=	-fPIC
 CFLAGS_powerpc=	-fPIC
 CFLAGS_powerpc64=	-fPIC
 CFLAGS_powerpc64le=	-fPIC
+CFLAGS_riscv64=	-fPIC
 
 MODULES=	colwidth confidence_higher confidence_lower correlation \
 		faculty geomean intercept kurtosis longest median noverm \