diff options
author | dsainty <dsainty> | 2011-01-19 02:04:02 +0000 |
---|---|---|
committer | dsainty <dsainty> | 2011-01-19 02:04:02 +0000 |
commit | 26938ff21392f65abf9c43a70e41b2cabf61b415 (patch) | |
tree | b2e8c0d6074062cd4109435f9d637e2a201f4c85 /multimedia/x264-devel | |
parent | 2450d3bed828b0498d9f37fd5ac31a1cbe30c9ac (diff) | |
download | pkgsrc-26938ff21392f65abf9c43a70e41b2cabf61b415.tar.gz |
Correct syntax in previous.
Diffstat (limited to 'multimedia/x264-devel')
-rw-r--r-- | multimedia/x264-devel/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/multimedia/x264-devel/Makefile b/multimedia/x264-devel/Makefile index 649be3657a1..3fd1fb34f03 100644 --- a/multimedia/x264-devel/Makefile +++ b/multimedia/x264-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2011/01/19 00:16:38 tnn Exp $ +# $NetBSD: Makefile,v 1.31 2011/01/19 02:04:02 dsainty Exp $ SNAPSHOT_DATE= 20110101 @@ -25,15 +25,13 @@ CFLAGS+= -DHAVE_STDLIB_H # "libtool" to create shared libraries. We therefore need to switch # them off even if the C versions are slower. .if ${MACHINE_ARCH} == "i386" -. if ${OPSYS} == "SunOS" || ${OPSYS} == "NetBSD" || - ${OPSYS} == "Darwin" +. if ${OPSYS} == "SunOS" || ${OPSYS} == "NetBSD" || ${OPSYS} == "Darwin" CONFIGURE_ARGS+= --disable-asm . else BUILD_DEPENDS+= yasm>=0.4.0:../../devel/yasm . endif .elif ${MACHINE_ARCH} == "x86_64" -. if ${OPSYS} == "SunOS" || ${OPSYS} == "NetBSD" || - ${OPSYS} == "Darwin" +. if ${OPSYS} == "SunOS" || ${OPSYS} == "NetBSD" || ${OPSYS} == "Darwin" CONFIGURE_ARGS+= --disable-asm . else BUILD_DEPENDS+= yasm>=0.4.0:../../devel/yasm |