summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-04-04 20:15:51 +0000
committerjschauma <jschauma@pkgsrc.org>2003-04-04 20:15:51 +0000
commit42d446bf534b2a52837372c43976316167cb9ca6 (patch)
treef757fdaf9f4fd1e5d9a61c0b0fd6d33240cce4db /Packages.txt
parente5c6de141d09a851bad866578ff92b1e9cbb1d08 (diff)
downloadpkgsrc-42d446bf534b2a52837372c43976316167cb9ca6.tar.gz
Add a paragraph to point out that users should use CFLAGS+= rather than
CFLAGS= in /etc/mk.conf.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/Packages.txt b/Packages.txt
index c3f6530f7c3..e13333c87c5 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.288 2003/03/25 16:24:57 salo Exp $
+# $NetBSD: Packages.txt,v 1.289 2003/04/04 20:15:51 jschauma Exp $
###########################################################################
==========================
@@ -1922,6 +1922,16 @@ preprocessor-like .if, .ifdef, or .ifndef statements:
...
.endif
+If you wish to set the CFLAGS variable in /etc/mk.conf please make sure
+to use:
+
+ CFLAGS+= -your -flags
+
+Using 'CFLAGS=' (ie without the '+') may lead to problems with packages
+that need to add their own flags. Also, you may want to take a look at
+the devel/cpuflags package, if you're interested in optimization for the
+current CPU.
+
10.10 Is there a mailing list for pkg-related discussion?
=========================================================