svn commit: r549089 - in head/audio/libaudec: . files

Yuri Victorovich yuri at FreeBSD.org
Sun Sep 20 08:39:46 UTC 2020


Author: yuri
Date: Sun Sep 20 08:39:45 2020
New Revision: 549089
URL: https://svnweb.freebsd.org/changeset/ports/549089

Log:
  audio/libaudec: Fix the i386 build by properly excluding tests from the build
  
  Reported by:	fallout
  MFH:		2020Q3

Modified:
  head/audio/libaudec/Makefile
  head/audio/libaudec/files/patch-meson.build

Modified: head/audio/libaudec/Makefile
==============================================================================
--- head/audio/libaudec/Makefile	Sun Sep 20 07:35:09 2020	(r549088)
+++ head/audio/libaudec/Makefile	Sun Sep 20 08:39:45 2020	(r549089)
@@ -19,7 +19,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	zrythm
 USE_LDCONFIG=	yes
 
-MESON_ARGS=	-Dbuild-tests=false
+MESON_ARGS=	-Dtests=false
 
 PLIST_FILES=	bin/audec \
 		include/audec/audec.h \

Modified: head/audio/libaudec/files/patch-meson.build
==============================================================================
--- head/audio/libaudec/files/patch-meson.build	Sun Sep 20 07:35:09 2020	(r549088)
+++ head/audio/libaudec/files/patch-meson.build	Sun Sep 20 08:39:45 2020	(r549089)
@@ -1,6 +1,6 @@
---- meson.build.orig	2020-05-16 11:50:13 UTC
+--- meson.build.orig	2020-08-15 13:40:04 UTC
 +++ meson.build
-@@ -177,7 +177,7 @@ config_h_dep = declare_dependency (
+@@ -162,7 +162,7 @@ config_h_dep = declare_dependency (
    )
  audec_deps += config_h_dep
  
@@ -9,14 +9,3 @@
    'audec',
    sources: srcs,
    dependencies: [
-@@ -212,7 +212,9 @@ audec_exe = executable (
-   install: not meson.is_subproject(),
-   )
- 
--subdir('tests')
-+if get_variable('build-tests', true)
-+	subdir('tests')
-+endif
- 
- summary = [
-   '',


More information about the svn-ports-all mailing list