diff options
| author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-01-04 18:11:45 +0000 |
|---|---|---|
| committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-01-04 18:11:45 +0000 |
| commit | 01e983f5165dc1165fbaef4a0c26d7ddbd7eff17 (patch) | |
| tree | a2082bd1f351f88308c0e0b3b1c72cdf4dc1f41e /databases | |
| parent | audio/shortwave: fix build on big-endian architectures (diff) | |
databases/mysql-udf: fix build on riscv64
Same issue as other architectures.
Diffstat (limited to 'databases')
| -rw-r--r-- | databases/mysql-udf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |
