"Joerg Sonnenberger" writes: > Module Name: src > Committed By: joerg > Date: Mon Feb 12 22:18:36 UTC 2018 > > Modified Files: > src/sys/modules/pf: Makefile > > Log Message: > Simplify and make the GCC check more precise at the same time.
! .if ${HAVE_GCC:U0} == "6" FWIW, i usually to write these as ">= 6", as these sorts of problems tend to not disappear with a newer GCC. .mrg.