summaryrefslogtreecommitdiff
path: root/graphics/avifile/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/avifile/patches/patch-af')
-rw-r--r--graphics/avifile/patches/patch-af13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/avifile/patches/patch-af b/graphics/avifile/patches/patch-af
deleted file mode 100644
index 30510cd4ccc..00000000000
--- a/graphics/avifile/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.1.1.1 2001/04/12 21:26:21 zuntum Exp $
-
---- lib/avifile/AviWrite.cpp.orig Fri Dec 1 12:13:53 2000
-+++ lib/avifile/AviWrite.cpp
-@@ -12,7 +12,7 @@
-
- #include "AviWrite.h"
-
--#ifdef __FreeBSD__
-+#if defined(__FreeBSD__) || defined(__NetBSD__)
- #define lseek64 lseek
- #define O_LARGEFILE 0
- #endif