summaryrefslogtreecommitdiff
path: root/multimedia/libmpeg2
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2005-04-11 17:53:17 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2005-04-11 17:53:17 +0000
commitd80a9dfb22588fa8a7c6423d0e6b2c4fd4e82cba (patch)
tree2f9859462d526cc8d1623800cbdb681617af6d82 /multimedia/libmpeg2
parent- Update to 1.7.6 (diff)
De-obrienize: move ${ARCH} conditional expression to after bsd.port.pre.mk.
Notes
Notes: svn path=/head/; revision=133049
Diffstat (limited to 'multimedia/libmpeg2')
-rw-r--r--multimedia/libmpeg2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/libmpeg2/Makefile b/multimedia/libmpeg2/Makefile
index 783baac87dc5..bd1b95cecef3 100644
--- a/multimedia/libmpeg2/Makefile
+++ b/multimedia/libmpeg2/Makefile
@@ -47,14 +47,14 @@ CONFIGURE_ARGS+= --disable-sdl
CONFIGURE_ARGS+= --disable-warnings
.endif
+.include <bsd.port.pre.mk>
+
# We must be able to build EV6 code; actual CPU-type optimizations
# are chosen at runtime.
-.if ${ARCH:L} == "alpha"
+.if ${ARCH} == "alpha"
CFLAGS:= ${CFLAGS:N-mcpu=*}
.endif
-.include <bsd.port.pre.mk>
-
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
BROKEN= "Does not compile on alpha 5.x"
.endif