aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-09-27 08:03:23 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-09-27 08:03:23 +0000
commit612c91a1c2177c91cbc09189845d5101446022a0 (patch)
treed6c7a59bcaf1676172ca80d2cf090a4bf9e0fbc5 /databases
parent49500130b85c4f333ca5261e6b6e4629efef1996 (diff)
downloadports-612c91a1c2177c91cbc09189845d5101446022a0.tar.gz
ports-612c91a1c2177c91cbc09189845d5101446022a0.zip
Canonicalize flags for powerpc64le as per powerpc64.
Notes
Notes: svn path=/head/; revision=550254
Diffstat (limited to 'databases')
-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 \