Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2019 06:21:37 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514753 - head/audio/libsoxr
Message-ID:  <201910190621.x9J6LbBM026746@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910190621.x9J6LbBM026746>