1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/graphics/xv/files/patch-xv.h
Dirk Meyer cc6b3f8340 - use jumbo patches
- support jasper
- many bugfixes
2009-05-17 13:20:46 +00:00

12 lines
409 B
C

--- xv.h.orig 2009-05-17 12:01:21.000000000 +0200
+++ xv.h 2009-05-17 12:02:58.000000000 +0200
@@ -158,7 +159,7 @@
#ifndef VMS
# include <errno.h>
-# ifndef __NetBSD__
+# if !defined(__NetBSD__) && !defined(__FreeBSD__)
# if !(defined __GLIBC__ && __GLIBC__ >= 2)
extern int errno; /* SHOULD be in errno.h, but often isn't */
extern char *sys_errlist[]; /* this too... */