Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jan 2016 01:40:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 206694] audio/audacity: Fix shebangs and add lv2 support
Message-ID:  <bug-206694-13-5KWNxLlK6Y@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-206694-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-206694-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206694

Tatsuki Makino <tatsuki_makino@hotmail.com> changed:

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

--- Comment #19 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
Created attachment 166250
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D166250&action=
=3Dedit
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+=3D   libc++.so.1:${PORTSDIR}/devel/libc++
CXXFLAGS+=3D      -std=3Dc++11
CXXFLAGS+=3D      -stdlib=3Dlibc++
CXXFLAGS+=3D      -nostdinc++ -isystem ${LOCALBASE}/include/c++/v1
.endif
.include <bsd.port.post.mk>

But, it is not yet completed.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206694-13-5KWNxLlK6Y>