1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/www/seamonkey2/files/patch-modules::plugin::base::public::nptypes.h
Adam Weinberger 463b5bfa6a Update to 1.8a4. For now, if you're building with Xft2 support,
an explicit --disable-freetype2 is passed to the configure script.
2004-10-22 00:42:19 +00:00

12 lines
357 B
C

--- modules/plugin/base/public/nptypes.h.orig Sun Sep 5 18:56:55 2004
+++ modules/plugin/base/public/nptypes.h Thu Oct 21 19:29:29 2004
@@ -73,7 +73,7 @@
#if defined(bsdi) || defined(OPENBSD)
typedef u_int32_t uint32_t;
- #if defined(bsdi)
+ #if defined(bsdi) || defined(__FreeBSD__)
#if !defined(__cplusplus)
typedef int bool;
#endif