diff options
author | grant <grant@pkgsrc.org> | 2003-02-27 17:03:12 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-02-27 17:03:12 +0000 |
commit | b6d0106b476c736eaf984b471db2b233dc81d5fb (patch) | |
tree | 2d042aba9577c93536765cbc99c97f141db36d54 /graphics/mplayer-share/Makefile.cflags | |
parent | a0cf782e7c28a4ceb64f2a25783755d4cf342877 (diff) | |
download | pkgsrc-b6d0106b476c736eaf984b471db2b233dc81d5fb.tar.gz |
fix indenting and remove some parens.
Diffstat (limited to 'graphics/mplayer-share/Makefile.cflags')
-rw-r--r-- | graphics/mplayer-share/Makefile.cflags | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/mplayer-share/Makefile.cflags b/graphics/mplayer-share/Makefile.cflags index 38e2aac76fa..2a62d3c03a4 100644 --- a/graphics/mplayer-share/Makefile.cflags +++ b/graphics/mplayer-share/Makefile.cflags @@ -1,19 +1,19 @@ -# $NetBSD: Makefile.cflags,v 1.2 2003/01/20 22:42:39 fredb Exp $ +# $NetBSD: Makefile.cflags,v 1.3 2003/02/27 17:03:12 grant Exp $ # This must be included after everything else to truly clear ${CFLAGS} # in the non-runtime-cpu-detection case. If ${CFLAGS} is non-empty, the # configure script refuses to add any optimizations at all. .if ${MPLAYER_ENABLE_RUNTIME_CPU_DETECTION} == YES -.if ${MACHINE_ARCH} == i386 +. if ${MACHINE_ARCH} == i386 # Schedule for the typical machine fast enough to run mplayer. This # is nearly optimal for K6-2 as well. Anything slowler will still run # (but would probably benefit greatly from turning off the run-time # cpu detection). CFLAGS= -O3 -ffast-math -fomit-frame-pointer -mcpu=pentiumpro -.else +. else CFLAGS= -O3 -ffast-math -fomit-frame-pointer -.endif +. endif .else CFLAGS= # Let "configure" do its thing. .endif |