diff options
author | 2008-12-31 09:38:18 +0000 | |
---|---|---|
committer | 2008-12-31 09:38:18 +0000 | |
commit | f0862e6bc0eb6b9e49b6d5f953019512d574ba19 (patch) | |
tree | 5eb497254f32ca37ca72acf1de6069c6a7fbaf2d /sys-apps/ed | |
parent | touchup (diff) | |
download | gentoo-2-f0862e6bc0eb6b9e49b6d5f953019512d574ba19.tar.gz gentoo-2-f0862e6bc0eb6b9e49b6d5f953019512d574ba19.tar.bz2 gentoo-2-f0862e6bc0eb6b9e49b6d5f953019512d574ba19.zip |
fix typo
Diffstat (limited to 'sys-apps/ed')
-rw-r--r-- | sys-apps/ed/files/ed-1.0-build.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/ed/files/ed-1.0-build.patch b/sys-apps/ed/files/ed-1.0-build.patch index a4b48fc1c9a3..15e650f98ac7 100644 --- a/sys-apps/ed/files/ed-1.0-build.patch +++ b/sys-apps/ed/files/ed-1.0-build.patch @@ -52,7 +52,7 @@ +if [ x"${CFLAGS+set}" != xset ] ; then + CFLAGS='-Wall -W -O2' +fi -+if [ x"${CXXFLAGS+set}" = xset ] ; then ++if [ x"${CXXFLAGS+set}" != xset ] ; then + CXXFLAGS='-Wall -W -O2' +fi + |