projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20e8327
)
Fix case syntax for freebsd template.
author
Bruce Momjian
Mon, 8 Jul 2002 01:54:30 +0000
(
01:54
+0000)
committer
Bruce Momjian
Mon, 8 Jul 2002 01:54:30 +0000
(
01:54
+0000)
src/template/freebsd
patch
|
blob
|
blame
|
history
diff --git
a/src/template/freebsd
b/src/template/freebsd
index c44e360206196818010ef72cde6a8946e579e108..a917d3f203ab8fc2ffd7e5c93c239d862b29d6bb 100644
(file)
--- a/
src/template/freebsd
+++ b/
src/template/freebsd
@@
-1,6
+1,6
@@
CFLAGS='-pipe'
case $host_cpu in
- alpha*) CFLAGS="$CFLAGS -O"
;;
- GCC_CXXFLAGS="-O"
+ alpha*) CFLAGS="$CFLAGS -O"
+ GCC_CXXFLAGS="-O"
;;
esac