aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2004-02-20 13:52:26 +0800
committerdinoex <dinoex@FreeBSD.org>2004-02-20 13:52:26 +0800
commit5a9545f5fc27a0e184467475f6d55fbc611f2caf (patch)
treed99a2217fa93f1c0b4335583ddfa566abdfcf5ee /multimedia
parent08408576caa2b584d45fab310253a8a0e417ba4a (diff)
downloadfreebsd-ports-gnome-5a9545f5fc27a0e184467475f6d55fbc611f2caf.tar.gz
freebsd-ports-gnome-5a9545f5fc27a0e184467475f6d55fbc611f2caf.tar.zst
freebsd-ports-gnome-5a9545f5fc27a0e184467475f6d55fbc611f2caf.zip
- Fix plist for alpha
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/vlc-devel/Makefile6
-rw-r--r--multimedia/vlc/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile
index 9f620033cd75..36ea70891735 100644
--- a/multimedia/vlc-devel/Makefile
+++ b/multimedia/vlc-devel/Makefile
@@ -77,10 +77,10 @@ post-patch:
CONFIGURE_ENV+= LIBS="-L/usr/lib -lcipher"
.endif
-.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
-PLIST_SUB+= MMX="@comment "
-.else
+.if ${ARCH} == "i386"
PLIST_SUB+= MMX=""
+.else
+PLIST_SUB+= MMX="@comment "
.endif
.include <bsd.port.post.mk>
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 9f620033cd75..36ea70891735 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -77,10 +77,10 @@ post-patch:
CONFIGURE_ENV+= LIBS="-L/usr/lib -lcipher"
.endif
-.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
-PLIST_SUB+= MMX="@comment "
-.else
+.if ${ARCH} == "i386"
PLIST_SUB+= MMX=""
+.else
+PLIST_SUB+= MMX="@comment "
.endif
.include <bsd.port.post.mk>