diff options
Diffstat (limited to 'multimedia/mjpegtools/patches/patch-ad')
-rw-r--r-- | multimedia/mjpegtools/patches/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/mjpegtools/patches/patch-ad b/multimedia/mjpegtools/patches/patch-ad new file mode 100644 index 00000000000..de51adb900c --- /dev/null +++ b/multimedia/mjpegtools/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1 2004/04/04 11:04:59 mrg Exp $ + +--- utils/altivec/amber.c.orig 2002-11-17 14:43:59.000000000 +1100 ++++ utils/altivec/amber.c 2004-04-04 18:29:17.000000000 +1000 +@@ -29,7 +29,7 @@ + #ifdef HAVE_SYS_TYPES_H + #include <sys/types.h> + #endif +-#include <sys/errno.h> ++#include <errno.h> + #include <sys/stat.h> + #include <dirent.h> + |