summaryrefslogtreecommitdiff
path: root/net/rsplib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/rsplib/Makefile')
-rw-r--r--net/rsplib/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/rsplib/Makefile b/net/rsplib/Makefile
index 8f8d6ea8aae2..01fe9c63073e 100644
--- a/net/rsplib/Makefile
+++ b/net/rsplib/Makefile
@@ -1,5 +1,5 @@
PORTNAME= rsplib
-DISTVERSION= 3.5.1
+DISTVERSION= 3.5.2
CATEGORIES= net
MASTER_SITES= https://www.nntb.no/~dreibh/rserpool/download/
@@ -26,6 +26,9 @@ CMAKE_ARGS= -DCMAKE_INSTALL_DOCDIR=${DOCSDIR} \
-DENABLE_QT=1 \
-DUSE_KERNEL_SCTP=1
+# Work-around for build issue on ARM (https://bugs.freebsd.org/285706):
+MAKE_ENV= OMP_NUM_THREADS=1
+
PLIST_SUB= DISTVERSION=${DISTVERSION}
.include <bsd.port.mk>