summaryrefslogtreecommitdiff
path: root/graphics/avifile/files/patch-ac
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-23 06:30:25 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-23 06:30:25 +0000
commitc9837e17fe0ffe4026035bf5b9926455ca2a3d5b (patch)
tree48f536bd4410561b4d0715ed410c688240e0ea25 /graphics/avifile/files/patch-ac
parent- set PKGNAMESUFFIX if package is linked with cnews. (diff)
upgrade to 0.60.20010429
PR: 26987 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=42961
Diffstat (limited to 'graphics/avifile/files/patch-ac')
-rw-r--r--graphics/avifile/files/patch-ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/graphics/avifile/files/patch-ac b/graphics/avifile/files/patch-ac
deleted file mode 100644
index f2c4fefd748c..000000000000
--- a/graphics/avifile/files/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
---- lib/videocodec/Module.h.orig Fri Oct 6 13:01:34 2000
-+++ lib/videocodec/Module.h Fri Oct 6 13:02:09 2000
-@@ -4,6 +4,12 @@
- #include <videoencoder.h>
- #include <list>
- #include <string>
-+#if (defined(__unix__) || defined(unix)) && !defined(USG)
-+#include <sys/param.h>
-+#endif
-+#if (defined(BSD) && (BSD >= 199103))
-+#include <sys/time.h>
-+#endif
- using namespace std;
-
- class VideoCodecControl;