diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2008-10-28 13:29:56 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2008-10-28 13:29:56 +0000 |
commit | af3885974921db141707ec47920bbb2d700661d6 (patch) | |
tree | fce589c63e2a6ccf710ee91b0a66474b7c99e149 /share | |
parent | 7c446876a1aac3d5f43d181a3d2db3b0e81b306e (diff) |
- reverse logic for the gcc MODULES
ok steven@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/port-modules.5 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 8b42397dcbf..aecedf5c088 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.23 2008/10/28 12:27:09 ajacoutot Exp $ +.\" $OpenBSD: port-modules.5,v 1.24 2008/10/28 13:29:55 ajacoutot Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -353,11 +353,12 @@ do-configure, do-build, do-install and post-install targets. do-build, do-install and post-install can be overridden in the port Makefile. .It gcc3 -If USE_GCC3=Yes (which the module sets by default), and architecture is in -MODGCC3_ARCHES, then the gcc 3.3.6 compilers will be put at the front of -the path. +If USE_GCC3=No (defined by +.Pa /usr/share/mk/bsd.own.mk ) +, and architecture is in MODGCC3_ARCHES, then the gcc 3.3.6 +compilers will be put at the front of the path. .It gcc4 -If USE_GCC4=Yes (which the module sets by default), and architecture is in +If USE_GCC4=No (undefined by default), and architecture is in MODGCC4_ARCHES, then the gcc 4.2 compilers will be put at the front of the path. .It gnu |