summaryrefslogtreecommitdiff
path: root/multimedia/xvid/files/patch-Makefile
blob: 1e43f1b207fa3161bd00a6c28140245c8c09451b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- Makefile.orig	Sat Apr  6 16:29:59 2002
+++ Makefile	Sat Apr  6 16:31:10 2002
@@ -14,7 +14,6 @@
 
 include Makefile.inc
 
-CC = gcc
 #CC=icc
 #CC = /opt/experimental/bin/gcc 	# that's where SuSE installs gcc3
 
@@ -33,7 +32,7 @@
 # CFLAGS += -march=pentium -mcpu=pentium
 # CFLAGS += -march=pentiumpro -mcpu=pentiumpro
 
-    CFLAGS += -Wall -O3 -funroll-loops -ffast-math -march=pentiumpro -mcpu=pentiumpro 
+    CFLAGS += -Wall -O3 -funroll-loops -ffast-math
     CFLAGS += -fstrict-aliasing -fomit-frame-pointer 
 endif