When I add:

  CC+= -pthread

to a ports Makefile, pthread support is added, however, when I do:

  CFLAGS+= -pthread

pthread support isn't added. "make show=CFLAGS" displays what I would
expect though:

  -O2 -pipe -pthread

Is this behaviour expected and/or ok? The port is math/R btw.

-mark

Reply via email to