summaryrefslogtreecommitdiff
path: root/multimedia/mpeg4ip/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mpeg4ip/patches/patch-ah')
-rw-r--r--multimedia/mpeg4ip/patches/patch-ah17
1 files changed, 0 insertions, 17 deletions
diff --git a/multimedia/mpeg4ip/patches/patch-ah b/multimedia/mpeg4ip/patches/patch-ah
deleted file mode 100644
index 736cad0a9be..00000000000
--- a/multimedia/mpeg4ip/patches/patch-ah
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ah,v 1.1 2006/10/25 23:18:19 dmcmahill Exp $
-
-The MAX macro is not defined on all systems (e.g. solaris)
-
---- lib/rtp/rtp.c.orig 2006-03-20 18:08:24.000000000 -0500
-+++ lib/rtp/rtp.c
-@@ -61,6 +61,10 @@
-
- #include "rtp.h"
-
-+#ifndef MAX
-+#define MAX(a,b) ((a) > (b) ? (a) : (b))
-+#endif
-+
- typedef struct {
- uint32_t key; /* Original allocation number */
- uint32_t size; /* Size of allocation requested */