This disables OpenMP code generation.
--John
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/libsoxr/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile 2 Apr 2018 08:43:05 -0000 1.6
+++ Makefile 28 Jun 2019 20:44:48 -0000
@@ -6,6 +6,8 @@ DISTNAME= soxr-0.1.3-Source
PKGNAME= lib${DISTNAME:S/-Source//}
EXTRACT_SUFX= .tar.xz
+REVISION= 0
+
SHARED_LIBS= soxr 1.2 \
soxr-lsr 3.4
@@ -21,5 +23,7 @@ WANTLIB += m
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=soxr/}
MODULES= devel/cmake
+
+CONFIGURE_ARGS= -DWITH_OPENMP:Bool=OFF
.include <bsd.port.mk>
No comments:
Post a Comment