summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/libmpeg3/files/1.5.2-no-nasm.patch')
-rw-r--r--media-libs/libmpeg3/files/1.5.2-no-nasm.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/media-libs/libmpeg3/files/1.5.2-no-nasm.patch b/media-libs/libmpeg3/files/1.5.2-no-nasm.patch
deleted file mode 100644
index 73acfc29c270..000000000000
--- a/media-libs/libmpeg3/files/1.5.2-no-nasm.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- Makefile.orig 2003-11-05 09:35:19.787583544 -0500
-+++ Makefile 2003-11-05 09:35:26.617545232 -0500
-@@ -6,9 +6,9 @@
-
- HAVE_NASM := $(shell if [ -x /usr/bin/nasm -o -x /usr/local/bin/nasm ]; then echo y; else echo n; fi)
-
--ifeq ($(HAVE_NASM), n)
--$(error "Nasm is required. Download it from nasm.sourceforge.net.")
--endif
-+#ifeq ($(HAVE_NASM), n)
-+#$(error "Nasm is required. Download it from nasm.sourceforge.net.")
-+#endif
-
-
- ifeq ($(origin CFLAGS), environment)