svn commit: r550254 - head/databases/mysql-udf

Mark Linimon linimon at FreeBSD.org
Sun Sep 27 08:03:24 UTC 2020


Author: linimon
Date: Sun Sep 27 08:03:23 2020
New Revision: 550254
URL: https://svnweb.freebsd.org/changeset/ports/550254

Log:
  Canonicalize flags for powerpc64le as per powerpc64.

Modified:
  head/databases/mysql-udf/Makefile

Modified: head/databases/mysql-udf/Makefile
==============================================================================
--- head/databases/mysql-udf/Makefile	Sun Sep 27 08:01:20 2020	(r550253)
+++ head/databases/mysql-udf/Makefile	Sun Sep 27 08:03:23 2020	(r550254)
@@ -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 \


More information about the svn-ports-head mailing list