aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql-udf
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-09-18 20:09:03 +0000
committerEd Maste <emaste@FreeBSD.org>2018-09-18 20:09:03 +0000
commit39947679ecf5bb06f289f7ff68c60bb7d5d20429 (patch)
tree35375c9e4452818e104f703b74f14667e0cb7b94 /databases/mysql-udf
parent4b6b1cb238a4b95c7dca7775e9c80aef7788909b (diff)
downloadports-39947679ecf5bb06f289f7ff68c60bb7d5d20429.tar.gz
ports-39947679ecf5bb06f289f7ff68c60bb7d5d20429.zip
Notes
Diffstat (limited to 'databases/mysql-udf')
-rw-r--r--databases/mysql-udf/Makefile6
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 \