diff options
author | wiz <wiz> | 2003-03-28 20:28:56 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-03-28 20:28:56 +0000 |
commit | 99d15b189eeaf48f21a7e848edca8d26a9dff2f3 (patch) | |
tree | a4c045075483013ef7ff6b4650fe322ab49032a2 /net/bing | |
parent | 1732074a063f1e81d62931160da60588f49c1cf3 (diff) | |
download | pkgsrc-99d15b189eeaf48f21a7e848edca8d26a9dff2f3.tar.gz |
Remove superfluous whitespace.
Diffstat (limited to 'net/bing')
-rw-r--r-- | net/bing/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/bing/Makefile b/net/bing/Makefile index c6cbcb48b42..337f5915f03 100644 --- a/net/bing/Makefile +++ b/net/bing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/02/08 16:26:55 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.13 2003/03/28 20:32:03 wiz Exp $ # FreeBSD Id: Makefile,v 1.2 1997/10/13 09:14:49 tg Exp # @@ -18,14 +18,14 @@ post-install: # XXX On NetBSD the gcc-2.95.3 for: # XXX -# XXX alpha +# XXX alpha # XXX # XXX has an optimization bug when compiling with -O2 that is tickled by # XXX ${WRKSRC}/bing.c # .if ${OPSYS} == "NetBSD" . if (${MACHINE_ARCH} == "alpha") -CXXFLAGS:= ${CXXFLAGS:C/-O[0-9]*//g} +CXXFLAGS:= ${CXXFLAGS:C/-O[0-9]*//g} CFLAGS:= ${CFLAGS:C/-O[0-9]*//g} . endif .endif |