[Bug 202901] games/qqwing configure narrowly searches for gcc or cc and Makefile hard-codes CC CXX CPP plus does not respect CFLAGS

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Sep 5 21:27:02 UTC 2015


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

--- Comment #2 from Kenneth Salerno <kennethsalerno at yahoo.com> ---
Testing I have found the patch has no effect - the configure script in the
qqwing distribution itself does not respect any
CC/CXX/CPP/CFLAGS/CXXFLAGS/LDFLAGS environment variables at all.

What fixed it for me was just ln gcc /usr/local/bin/gcc5; ln g++
/usr/local/bin/g++5 since their configure script looks for "gcc" and "g++"...
Setting CC=cc has no effect.

Thanks for looking into it for me.

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


More information about the freebsd-gnome mailing list