diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
commit | fa4a943c17e47bf910596a414fd7287983350b9b (patch) | |
tree | dc76cec18a505befc330e612e0a56bf1caa5ca49 /multimedia/x264-devel/files/patch-Makefile | |
parent | - Fix manpage pointing to correct PREFIX for binary and conf (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Diffstat (limited to 'multimedia/x264-devel/files/patch-Makefile')
-rw-r--r-- | multimedia/x264-devel/files/patch-Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/multimedia/x264-devel/files/patch-Makefile b/multimedia/x264-devel/files/patch-Makefile deleted file mode 100644 index 6e29cc11c6ac..000000000000 --- a/multimedia/x264-devel/files/patch-Makefile +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.orig 2007-07-09 10:11:24.000000000 -0400 -+++ Makefile 2007-07-09 10:11:49.000000000 -0400 -@@ -18,7 +18,7 @@ - endif - - # MMX/SSE optims --ifeq ($(ARCH),X86) -+ifeq ($(ARCH),i386) - ifneq ($(AS),) - SRCS += common/i386/mc-c.c common/i386/predict-c.c - ASMSRC = common/i386/dct-a.asm common/i386/cpu-a.asm \ -@@ -32,7 +32,7 @@ - endif - - # MMX/SSE optims --ifeq ($(ARCH),X86_64) -+ifeq ($(ARCH),amd64) - ifneq ($(AS),) - SRCS += common/i386/mc-c.c common/i386/predict-c.c - ASMSRC = common/amd64/dct-a.asm common/amd64/cpu-a.asm \ |