summaryrefslogtreecommitdiff
path: root/multimedia/mpeg4ip/patches/patch-ah
diff options
context:
space:
mode:
authorwiz <wiz>2017-04-17 08:48:00 +0000
committerwiz <wiz>2017-04-17 08:48:00 +0000
commitb35c63c6c80b6e0bc805c07d043b7edf34d55be0 (patch)
tree898acc654636028a846e7e8de33a7733acb44197 /multimedia/mpeg4ip/patches/patch-ah
parentbf5436931332d4066126a2e589527973c1791ec6 (diff)
downloadpkgsrc-b35c63c6c80b6e0bc805c07d043b7edf34d55be0.tar.gz
Remove mpeg4ip, unused in pkgsrc, newer version in multimedia/libmp4v2.
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 */