XULRunner is a runtime environment for applications using the XML User Interface Language, XUL. It is the successor of the "Gecko" runtime environment. This package tracks 17.0.x extended support release.
13 lines
491 B
Text
13 lines
491 B
Text
$NetBSD: patch-at,v 1.1 2013/01/10 16:17:10 ryoon Exp $
|
|
|
|
--- gfx/qcms/qcmstypes.h.orig 2012-08-24 22:55:34.000000000 +0000
|
|
+++ gfx/qcms/qcmstypes.h
|
|
@@ -10,6 +10,8 @@
|
|
#if defined (__SVR4) && defined (__sun)
|
|
/* int_types.h gets included somehow, so avoid redefining the types differently */
|
|
#include <sys/int_types.h>
|
|
+#elif defined(__NetBSD__) || defined(__DragonFly__) || defined(__FreeBSD__)
|
|
+#include <stdint.h>
|
|
#elif defined (_AIX)
|
|
#include <sys/types.h>
|
|
#elif defined(__OpenBSD__)
|