Changes between Version 4 and Version 5 of Ticket #64142, comment 13


Ignore:
Timestamp:
Dec 16, 2021, 6:36:20 PM (2 years ago)
Author:
RobK88
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64142, comment 13

    v4 v5  
    55It sure looks like it is ready for submission to the official macports tree.
    66
    7 P.S. As for the line CC = gcc in the Makefile. I was told on my first port submission (codegroup) that it does not make a difference if one uses CC = gcc or CC ?= gcc in the Makefile as far as Macports is concerned. Apparently, Macports can override the CC variable even when the CC variable is assigned using = or :=.  This is not difficult. One just needs to pass the the new value for CC with the `make` command.  e.g. `make CC=gcc`.  See https://stackoverflow.com/questions/18007326/how-to-change-default-values-of-variables-like-cc-in-makefile
     7P.S. As for the line `CC = gcc` in the Makefile. I was told on my first port submission (codegroup) that it does not make a difference if one uses `CC = gcc` or `CC ?= gcc` in the Makefile as far as Macports is concerned. Apparently, Macports can override the CC variable even when the CC variable is assigned using = or :=.  This is not difficult. One just needs to pass the the new value for CC with the `make` command.  e.g. `make CC=gcc`.  See https://stackoverflow.com/questions/18007326/how-to-change-default-values-of-variables-like-cc-in-makefile