summaryrefslogtreecommitdiff
path: root/multimedia/x264-devel
diff options
context:
space:
mode:
authordsainty <dsainty>2011-01-19 02:04:02 +0000
committerdsainty <dsainty>2011-01-19 02:04:02 +0000
commit26938ff21392f65abf9c43a70e41b2cabf61b415 (patch)
treeb2e8c0d6074062cd4109435f9d637e2a201f4c85 /multimedia/x264-devel
parent2450d3bed828b0498d9f37fd5ac31a1cbe30c9ac (diff)
downloadpkgsrc-26938ff21392f65abf9c43a70e41b2cabf61b415.tar.gz
Correct syntax in previous.
Diffstat (limited to 'multimedia/x264-devel')
-rw-r--r--multimedia/x264-devel/Makefile8
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