diff options
Diffstat (limited to 'multimedia/xvid/files/patch-Makefile')
-rw-r--r-- | multimedia/xvid/files/patch-Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/multimedia/xvid/files/patch-Makefile b/multimedia/xvid/files/patch-Makefile new file mode 100644 index 000000000000..1e43f1b207fa --- /dev/null +++ b/multimedia/xvid/files/patch-Makefile @@ -0,0 +1,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 + |