Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2019 03:53:22 +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: r502763 - head/audio/zam-plugins-lv2
Message-ID:  <201905270353.x4R3rMCw069236@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Mon May 27 03:53:22 2019
New Revision: 502763
URL: https://svnweb.freebsd.org/changeset/ports/502763

Log:
  audio/zam-plugins-lv2: Drop nop and misspelled xLDFLAGS
  
  Per [1] it already links with libzita-convolver on its own.
  
  [1] http://beefy11.nyi.freebsd.org/data/head-i386-default/p502184_s348025/logs/zam-plugins-lv2-3.10.13_3.log

Modified:
  head/audio/zam-plugins-lv2/Makefile

Modified: head/audio/zam-plugins-lv2/Makefile
==============================================================================
--- head/audio/zam-plugins-lv2/Makefile	Mon May 27 03:34:31 2019	(r502762)
+++ head/audio/zam-plugins-lv2/Makefile	Mon May 27 03:53:22 2019	(r502763)
@@ -29,7 +29,6 @@ USE_XORG=	x11
 
 CFLAGS+=	-I${FILESDIR}
 MAKE_ARGS+=	USE_SYSTEM_LIBS=1
-xLDFLAGS+=	-lzita-convolver # TODO this can be reduced to only relevant places
 
 .include <bsd.port.pre.mk>
 



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