freebsd-ports/x11/libxcb/files/extra-patch-src__xcb.h
Alejandro Pulver 6d2e101be7 - Fix building on 4.x.
Reported by:	pointyhat
2006-11-05 15:49:16 +00:00

11 lines
272 B
C

--- ./src/xcb.h.orig Sat Oct 7 22:31:54 2006
+++ ./src/xcb.h Sun Nov 5 12:22:13 2006
@@ -29,7 +29,7 @@
#define __XCB_H__
#include <sys/types.h>
-#if defined(__solaris__)
+#if defined(__solaris__) || __FreeBSD__ < 5
#include <inttypes.h>
#else
#include <stdint.h>