Date: Sat, 20 Feb 2016 14:26:42 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 207307] audio/audacity: changes CONFIGURE_ARGS and LIB_DEPENDS Message-ID: <bug-207307-13-eiebPhaeQt@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-207307-13@https.bugs.freebsd.org/bugzilla/> References: <bug-207307-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=3D207307 Tatsuki Makino <tatsuki_makino@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #167149|0 |1 is obsolete| | --- Comment #3 from Tatsuki Makino <tatsuki_makino@hotmail.com> --- Created attachment 167219 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D167219&action= =3Dedit For information to change (In reply to xxjack12xx from comment #2) I'm sorry, I removed block of {CPP,C,CXX,LD}FLAGS. But to configure LAME requires variables CPPFLAGS+=3D-I${LOCALBASE}/include and LDFLAGS+=3D-L${LOCALBASE}/lib. And I was deceived by gcc48. When we compile test.c as following by gcc48 -v, gcc48 searches /usr/local/include without -I/usr/local/include. test.c: #include <lame/lame.h> int main() { return 0; } result of gcc48 -v test.c: Using built-in specs. COLLECT_GCC=3Dgcc48 COLLECT_LTO_WRAPPER=3D/usr/local/libexec/gcc48/gcc/x86_64-portbld-freebsd9.= 3/4.8.5/lto-wrapper Target: x86_64-portbld-freebsd9.3 (snip) ignoring nonexistent directory "/usr/local/lib/gcc48/gcc/x86_64-portbld-freebsd9.3/4.8.5/../../../../../x8= 6_64-portbld-freebsd9.3/include" #include "..." search starts here: #include <...> search starts here: /usr/local/lib/gcc48/gcc/x86_64-portbld-freebsd9.3/4.8.5/include /usr/local/include /usr/local/lib/gcc48/gcc/x86_64-portbld-freebsd9.3/4.8.5/include-fixed /usr/include End of search list. (snip) I add CPPFLAGS and LDFLAGS for LAME. Would you try new one? --=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-207307-13-eiebPhaeQt>