diff options
author | 2008-10-28 13:29:55 +0000 | |
---|---|---|
committer | 2008-10-28 13:29:55 +0000 | |
commit | 35dbe4adff446973165c7b78935c1d9fc0da29bb (patch) | |
tree | 1e5d753cc11ced8305c1861373e2577e0e30ca45 | |
parent | - document the fact that USE_GCC* is always set when the corresponding (diff) | |
download | wireguard-openbsd-35dbe4adff446973165c7b78935c1d9fc0da29bb.tar.xz wireguard-openbsd-35dbe4adff446973165c7b78935c1d9fc0da29bb.zip |
- reverse logic for the gcc MODULES
ok steven@
-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 |