diff options
-rw-r--r-- | databases/mysql-udf/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/databases/mysql-udf/Makefile b/databases/mysql-udf/Makefile index ba0f6c013d7a..57f4130684c1 100644 --- a/databases/mysql-udf/Makefile +++ b/databases/mysql-udf/Makefile @@ -10,13 +10,7 @@ COMMENT= Set of user-defined functions for the MySQL server WRKSRC= ${WRKDIR}/${PORTNAME} USES= mysql -CFLAGS_aarch64= -fPIC -CFLAGS_amd64= -fPIC -CFLAGS_i386= -fPIC -CFLAGS_powerpc= -fPIC -CFLAGS_powerpc64= -fPIC -CFLAGS_powerpc64le= -fPIC -CFLAGS_riscv64= -fPIC +CFLAGS+= -fPIC MODULES= colwidth confidence_higher confidence_lower correlation \ faculty geomean intercept kurtosis longest median noverm \ |