summaryrefslogtreecommitdiff
path: root/src/template/freebsd
diff options
context:
space:
mode:
authorBruce Momjian2004-11-27 05:03:26 +0000
committerBruce Momjian2004-11-27 05:03:26 +0000
commit3aa9776d95ca8d96798545f9eaa496303a88b51a (patch)
tree2df7b52d31f0351947bb6ab4438e8b85e71a5e91 /src/template/freebsd
parentb82323e05e57d7c4fb7a8eab9f27eb059d28309a (diff)
Add to CPPFLAGS/CFLAGS in template files, don't over-ride them.
Diffstat (limited to 'src/template/freebsd')
-rw-r--r--src/template/freebsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/freebsd b/src/template/freebsd
index 718359e07c6..48fc9dfa34c 100644
--- a/src/template/freebsd
+++ b/src/template/freebsd
@@ -1,3 +1,3 @@
case $host_cpu in
- alpha*) CFLAGS="-O";; # alpha has problems with -O2
+ alpha*) CFLAGS="$CFLAGS -O";; # alpha has problems with -O2
esac