summaryrefslogtreecommitdiff
path: root/multimedia/mpeg_encode/files
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mpeg_encode/files')
-rw-r--r--multimedia/mpeg_encode/files/patch-aa15
-rw-r--r--multimedia/mpeg_encode/files/patch-ab11
-rw-r--r--multimedia/mpeg_encode/files/patch-ac20
-rw-r--r--multimedia/mpeg_encode/files/patch-ad15
4 files changed, 0 insertions, 61 deletions
diff --git a/multimedia/mpeg_encode/files/patch-aa b/multimedia/mpeg_encode/files/patch-aa
deleted file mode 100644
index c4d2f537b154..000000000000
--- a/multimedia/mpeg_encode/files/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
---- ./headers/libpnmrw.h~ Thu Aug 1 08:52:25 1996
-+++ ./headers/libpnmrw.h Thu Aug 1 08:51:16 1996
-@@ -19,7 +19,12 @@
- ** malloc.h at all. A sad situation. If you have compilation problems
- ** that point here, feel free to tweak or remove these declarations.
- */
-+#ifdef __FreeBSD__
-+#include <stdlib.h>
-+#else
- #include <malloc.h>
-+#endif
-+
- #if !defined(sco) && !defined(sgi) && !defined(IRIX)
- extern char* malloc();
- #endif
diff --git a/multimedia/mpeg_encode/files/patch-ab b/multimedia/mpeg_encode/files/patch-ab
deleted file mode 100644
index 5af9c672ec4a..000000000000
--- a/multimedia/mpeg_encode/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./libpnmrw.c~ Thu Aug 1 08:52:14 1996
-+++ ./libpnmrw.c Thu Aug 1 08:51:26 1996
-@@ -126,7 +126,9 @@
- pm_perror( reason )
- char* reason;
- {
-+#ifndef __FreeBSD__
- extern char* sys_errlist[];
-+#endif
- extern int errno;
- char* e;
diff --git a/multimedia/mpeg_encode/files/patch-ac b/multimedia/mpeg_encode/files/patch-ac
deleted file mode 100644
index 4760ecb9ecfc..000000000000
--- a/multimedia/mpeg_encode/files/patch-ac
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile~ Wed Aug 16 17:16:56 1995
-+++ Makefile Fri Oct 20 19:20:05 2000
-@@ -68,7 +68,7 @@
- #####################################################################
- # COMPILER # specify compiler; should be ANSI-compliant if possible #
- #####################################################################
--CC = gcc
-+CC ?= gcc
-
- ################################################
- # MAKE # command to use for the "make" command #
-@@ -96,7 +96,7 @@
- #
-
- # gcc
--CFLAGS = $(INCLUDEDIR) $(DEBUGFLAG) -Wall -Wmissing-prototypes $(PROFLAG) $(PROTOFLAG)
-+CFLAGS += $(INCLUDEDIR) -Wall -Wmissing-prototypes $(PROFLAG) $(PROTOFLAG)
-
- # gcc-strict
- #CFLAGS = $(INCLUDEDIR) $(DEBUGFLAG) -pedantic -Wall -Waggregate-return -Wtraditional -Wshadow -Wpointer-arith -Wno-parentheses -Wwrite-strings -Wconversion -Wcast-qual -Wcast-align -Wnested-externs -Wuninitialized -Wmissing-prototypes $(PROFLAG) $(PROTOFLAG)
diff --git a/multimedia/mpeg_encode/files/patch-ad b/multimedia/mpeg_encode/files/patch-ad
deleted file mode 100644
index 22085cdd4bec..000000000000
--- a/multimedia/mpeg_encode/files/patch-ad
+++ /dev/null
@@ -1,15 +0,0 @@
---- jpeg/Makefile.orig Fri Aug 4 18:27:00 1995
-+++ jpeg/Makefile Fri Oct 20 19:05:22 2000
-@@ -21,10 +21,10 @@
- manext = 1
-
- # The name of your C compiler:
--CC= gcc
-+CC?= gcc
-
- # You may need to adjust these cc options:
--CFLAGS= -O -I$(srcdir)
-+CFLAGS+= -I$(srcdir)
- # Generally, we recommend defining any configuration symbols in jconfig.h,
- # NOT via -D switches here.
- # However, any special defines for ansi2knr.c may be included here: