diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-02-24 02:56:30 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-02-24 02:56:30 +0000 |
commit | 8d90e1c67581500ed6f949e500e12ea23ff1ea7b (patch) | |
tree | ecde5b8ed8625bd75146333b8e2b7afbc3dcdc68 /textproc/tei-xlite/Makefile | |
parent | Forced commit to say that I goofed when looking at the revision update. (diff) |
o FreeBSD 5.x series had gcc 3.2.x per default up until OSVERSION
501103. However, users from FreeBSD series previous to 5.x are
required to build gcc32 port.
o Therefore, do not force 5.x users to build gcc33 port if their
available gcc32 toolchain will do. In so many words,
.if ${OSVERSION} < 501103
USE_GCC=3.2
.else
USE_GCC=3.3
.endif
Prompted by: markus
Reviewed by: markus, will
Diffstat (limited to 'textproc/tei-xlite/Makefile')
0 files changed, 0 insertions, 0 deletions