On Wed, May 23, 2018 at 11:53:23PM -0400, Brian Callahan wrote:
> This is my "portroach rampage" contribution of the day, which is a new term
> I just learned. It is a mostly straightforward update of misc/redshift. I
> say mostly, because I noticed that while redshift was compiling with cc, it
> was linking with gcc -- it looks for your Objective-C compiler and uses that
> as the linker (and apparently defaults to gcc). But the override is trivial.
Looks good to me, works as expected on my X250.

I noticed this at the end of `fake', though:

        gtk-update-icon-cache -f -t /usr/local/share/icons/hicolor || :;
        gtk-update-icon-cache: Failed to open file 
/usr/local/share/icons/hicolor/.icon-theme.cache : Permission denied

Glancing at the configure script and invoked compiler commands during
`build', OBJCFLAGS seems unset. Did you take a closer look at these just
to make sure they don't interfere with CFLAGS, DEBUG and the like?

Reply via email to