From: Bruce Momjian Date: Mon, 8 Jul 2002 01:54:30 +0000 (+0000) Subject: Fix case syntax for freebsd template. X-Git-Tag: REL7_3~1239 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2dc53d863c95fdc134b9550b5c3dbe049664d00b;p=thirdparty%2Fpostgresql.git Fix case syntax for freebsd template. --- diff --git a/src/template/freebsd b/src/template/freebsd index c44e3602061..a917d3f203a 100644 --- 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