summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authordsainty <dsainty>2011-01-19 02:04:02 +0000
committerdsainty <dsainty>2011-01-19 02:04:02 +0000
commitec21423dd6a14e4b594d2bf589b10a1f5e9e469f (patch)
treeb2e8c0d6074062cd4109435f9d637e2a201f4c85 /multimedia
parent7f29f9cb7b05d06e03461ed5ff3ffc4610dec023 (diff)
downloadpkgsrc-ec21423dd6a14e4b594d2bf589b10a1f5e9e469f.tar.gz
Correct syntax in previous.
Diffstat (limited to 'multimedia')
-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