aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/mysql-udf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mysql-udf/Makefile b/databases/mysql-udf/Makefile
index 1f35a7f672ed..18cd286f60bc 100644
--- a/databases/mysql-udf/Makefile
+++ b/databases/mysql-udf/Makefile
@@ -16,8 +16,9 @@ USES= mysql
CFLAGS_aarch64+=-fPIC
CFLAGS_amd64+= -fPIC
CFLAGS_i386+= -fPIC
-CFLAGS_powerpc+=-fPIC
+CFLAGS_powerpc+= -fPIC
CFLAGS_powerpc64+= -fPIC
+CFLAGS_powerpc64le+= -fPIC
MODULES= colwidth confidence_higher confidence_lower correlation \
faculty geomean intercept kurtosis longest median noverm \