Package: libmpeg3
Version: 1.5
Author: Guillem Jover <guillem@debian.org>
Status: applied
Description:
 Fix alpha compiler flag.

diff -Naur libmpeg3-1.5.orig/Makefile libmpeg3-1.5/Makefile
--- libmpeg3-1.5.orig/Makefile	2003-11-18 10:59:04.000000000 +0100
+++ libmpeg3-1.5/Makefile	2003-11-18 11:21:08.000000000 +0100
@@ -28,8 +28,8 @@
   USE_MMX = 0
   ifneq ($(HAVE_CFLAGS), yes)
 #    In which gcc could you use these flags?
-#    CFLAGS = -O4 -arch ev67 -ieee -accept c99_keywords -gcc_messages
-    CFLAGS += -O4 -ieee
+#    CFLAGS = -O4 -march ev67 -mieee -accept c99_keywords -gcc_messages
+    CFLAGS += -O4 -mieee
   endif
 endif
 
