Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Sep 2015 21:27:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 202901] games/qqwing configure narrowly searches for gcc or cc and Makefile hard-codes CC CXX CPP plus does not respect CFLAGS
Message-ID:  <bug-202901-6497-hksKRsuAAV@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202901-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-202901-6497@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=202901

--- Comment #2 from Kenneth Salerno <kennethsalerno@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202901-6497-hksKRsuAAV>