diff options
Diffstat (limited to 'databases/mysql-udf')
-rw-r--r-- | databases/mysql-udf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/mysql-udf/Makefile b/databases/mysql-udf/Makefile index 64fe6bb1f90e..c7155a8af691 100644 --- a/databases/mysql-udf/Makefile +++ b/databases/mysql-udf/Makefile @@ -3,19 +3,19 @@ PORTNAME= mysql-udf PORTVERSION= 0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Set of user-defined functions for the MySQL server -BROKEN_aarch64= fails to link: can't create dynamic relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol 'compare_doubles(void const*, void const*)' defined in udf_median.o - WRKSRC= ${WRKDIR}/${PORTNAME} USES= mysql +CFLAGS_aarch64+=-fPIC CFLAGS_amd64+= -fPIC +CFLAGS_i386+= -fPIC MODULES= colwidth confidence_higher confidence_lower correlation \ faculty geomean intercept kurtosis longest median noverm \ |