This port needs new GCC to build on GCC architectures.
Actually respect CC by not replacing it with clang, instead remove it to use CC passed from ports.
Also respect CFLAGS.
PR: 238515
Differential D20819
sysutils/minipro: fix build with GCC-based architectures pkubaj on Jul 1 2019, 11:32 AM. Authored by Tags None Referenced Files
Subscribers None
Details This port needs new GCC to build on GCC architectures. Actually respect CC by not replacing it with clang, instead remove it to use CC passed from ports. Also respect CFLAGS. PR: 238515
Diff Detail
Event Timeline
Comment Actions Put the changes to a separate patch and remove post-patch target. Also, don't remove CC=gcc, but set CC?=gcc instead.
|