ports/182465: Fix build problem in audio/audacity
Thomas Zander
thomas.e.zander at googlemail.com
Sat Sep 28 17:50:03 UTC 2013
>Number: 182465
>Category: ports
>Synopsis: Fix build problem in audio/audacity
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Sep 28 17:50:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Thomas Zander
>Release:
>Organization:
>Environment:
>Description:
audio/audaticy fails to build when building without libsamplerate due to superfluous use of cmake.
>How-To-Repeat:
1) turn SAMPLERATE option off
2) build the port
>Fix:
See attached patch.
Patch attached with submission follows:
Index: Makefile
===================================================================
--- Makefile (revision 328548)
+++ Makefile (working copy)
@@ -124,7 +124,6 @@
LIB_DEPENDS+= libsamplerate.so:${PORTSDIR}/audio/libsamplerate
CONFIGURE_ARGS+= --with-libsamplerate
.else
-USES+= cmake
CONFIGURE_ARGS+= --without-libsamplerate
.endif
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list