[Bug 206694] audio/audacity: Fix shebangs and add lv2 support

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jan 29 01:40:28 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206694

Tatsuki Makino <tatsuki_makino at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tatsuki_makino at hotmail.com

--- Comment #19 from Tatsuki Makino <tatsuki_makino at hotmail.com> ---
Created attachment 166250
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=166250&action=edit
Building audio/audacity for 9.3-STABLE

2.1.2 couldn't build on 9.3-STABLE.

I'm trying with

.include <bsd.port.pre.mk>
.if ! ${COMPILER_FEATURES:Mlibc++}
LIB_DEPENDS+=   libc++.so.1:${PORTSDIR}/devel/libc++
CXXFLAGS+=      -std=c++11
CXXFLAGS+=      -stdlib=libc++
CXXFLAGS+=      -nostdinc++ -isystem ${LOCALBASE}/include/c++/v1
.endif
.include <bsd.port.post.mk>

But, it is not yet completed.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list