diff options
author | grant <grant> | 2003-02-27 17:03:12 +0000 |
---|---|---|
committer | grant <grant> | 2003-02-27 17:03:12 +0000 |
commit | 885692a36f06e38eb199093b713ba9586be04745 (patch) | |
tree | 2d042aba9577c93536765cbc99c97f141db36d54 /graphics | |
parent | eeeec59212ff0fe33fcf48bd4cfb6d3c04850ea5 (diff) | |
download | pkgsrc-885692a36f06e38eb199093b713ba9586be04745.tar.gz |
fix indenting and remove some parens.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mplayer-share/Makefile.cflags | 8 | ||||
-rw-r--r-- | graphics/mplayer-share/Makefile.common | 10 | ||||
-rw-r--r-- | graphics/mplayer-share/Makefile.depends | 4 |
3 files changed, 11 insertions, 11 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 diff --git a/graphics/mplayer-share/Makefile.common b/graphics/mplayer-share/Makefile.common index e23f5c48ec9..2725f09371f 100644 --- a/graphics/mplayer-share/Makefile.common +++ b/graphics/mplayer-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.25 2003/02/22 16:26:17 fredb Exp $ +# $NetBSD: Makefile.common,v 1.26 2003/02/27 17:03:12 grant Exp $ MPLAYER_DIST_VERSION= 0.90rc4 #PKGREVISION= 0 @@ -50,12 +50,12 @@ CONFIGURE_ENV+= TMPDIR=${WRKDIR} .if ${MACHINE_ARCH} == "i386" CONFIGURE_ARGS+= --with-win32libdir="${LOCALBASE}/lib/win32" -.if ${MPLAYER_ENABLE_RUNTIME_CPU_DETECTION} == YES +. if ${MPLAYER_ENABLE_RUNTIME_CPU_DETECTION} == YES CONFIGURE_ARGS+= --enable-runtime-cpudetection -.endif -.if ${MPLAYER_USE_REALMEDIA} == "YES" +. endif +. if ${MPLAYER_USE_REALMEDIA} == "YES" CONFIGURE_ARGS+= --with-reallibdir="${LOCALBASE}/lib/RealPlayer8/Codecs" -.endif +. endif BUILD_DEFS+= MPLAYER_ENABLE_RUNTIME_CPU_DETECTION BUILD_DEFS+= MPLAYER_USE_REALMEDIA .endif diff --git a/graphics/mplayer-share/Makefile.depends b/graphics/mplayer-share/Makefile.depends index 687753f0fbc..06a6ba2e7aa 100644 --- a/graphics/mplayer-share/Makefile.depends +++ b/graphics/mplayer-share/Makefile.depends @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.depends,v 1.10 2003/01/20 07:10:41 fredb Exp $ +# $NetBSD: Makefile.depends,v 1.11 2003/02/27 17:03:12 grant Exp $ DEPENDS+= mplayer-share>=${MPLAYER_PKG_VERSION}:../../graphics/mplayer-share -.if (${OPSYS} == "NetBSD") +.if ${OPSYS} == "NetBSD" . include "../../devel/binutils/buildlink2.mk" .endif |