summaryrefslogtreecommitdiff
path: root/math/openlibm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/openlibm/Makefile')
-rw-r--r--math/openlibm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/openlibm/Makefile b/math/openlibm/Makefile
index 807df24ea62e..0f6e8a250017 100644
--- a/math/openlibm/Makefile
+++ b/math/openlibm/Makefile
@@ -1,6 +1,6 @@
PORTNAME= openlibm
DISTVERSIONPREFIX= v
-DISTVERSION= 0.8.6
+DISTVERSION= 0.8.7
CATEGORIES= math
MAINTAINER= laurent.chardon@gmail.com
@@ -18,11 +18,12 @@ BROKEN_armv6= fails to compile: a parameter list without types is only allowed i
BROKEN_armv7= fails to compile: a parameter list without types is only allowed in a function definition
USES= cmake
-USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= JuliaMath
+USE_LDCONFIG= yes
+
do-test:
(cd ${WRKSRC}/test && ${SETENVI} ${CC} test-double.c -o test-double \
${CFLAGS} ${CPPFLAGS} -std=c99 ${LDFLAGS} \