[Bug 207307] audio/audacity: changes CONFIGURE_ARGS and LIB_DEPENDS
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Feb 20 14:26:42 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207307
Tatsuki Makino <tatsuki_makino at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #167149|0 |1
is obsolete| |
--- Comment #3 from Tatsuki Makino <tatsuki_makino at hotmail.com> ---
Created attachment 167219
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=167219&action=edit
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+=-I${LOCALBASE}/include and
LDFLAGS+=-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=gcc48
COLLECT_LTO_WRAPPER=/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/../../../../../x86_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?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list