svn commit: r514753 - head/audio/libsoxr
Tobias Kortkamp
tobik at FreeBSD.org
Sat Oct 19 06:21:38 UTC 2019
Author: tobik
Date: Sat Oct 19 06:21:37 2019
New Revision: 514753
URL: https://svnweb.freebsd.org/changeset/ports/514753
Log:
audio/libsoxr: Convert nop CMAKE_MAKE_ARGS into CMAKE_ON
Probably CMAKE_ARGS was meant here. WITH_LSR_BINDINGS, BUILD_SHARED_LIBS
are both on by default. There is no immediate need to set them
explicitly. Do it anyway since this seems to have been the original
intent.
Modified:
head/audio/libsoxr/Makefile
Modified: head/audio/libsoxr/Makefile
==============================================================================
--- head/audio/libsoxr/Makefile Sat Oct 19 06:20:17 2019 (r514752)
+++ head/audio/libsoxr/Makefile Sat Oct 19 06:21:37 2019 (r514753)
@@ -21,10 +21,9 @@ USES= cmake pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
-PORTDOCS= NEWS README
+CMAKE_ON= BUILD_SHARED_LIBS WITH_LSR_BINDINGS
-CMAKE_MAKE_ARGS+= -DWITH_LSR_BINDINGS:BOOL=ON \
- -DBUILD_SHARED_LIBS:BOOL=ON
+PORTDOCS= NEWS README
OPTIONS_SUB= yes
More information about the svn-ports-all
mailing list