From 5a9545f5fc27a0e184467475f6d55fbc611f2caf Mon Sep 17 00:00:00 2001 From: dinoex Date: Fri, 20 Feb 2004 05:52:26 +0000 Subject: - Fix plist for alpha --- multimedia/vlc-devel/Makefile | 6 +++--- multimedia/vlc/Makefile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'multimedia') diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index 9f620033cd7..36ea7089173 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 diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 9f620033cd7..36ea7089173 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 -- cgit