1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/www/amaya/files/patch-thotlib-include-thot_sys.h
Pav Lucistnik f66942dd5b - Update to 9.51
PR:		ports/103129
Submitted by:	Federico Galvez-Durand Besnard <federicogalvezdurand@yahoo.com>
Approved by:	maintainer timeout (25 days)
2006-10-06 22:49:30 +00:00

15 lines
392 B
C

--- ../thotlib/include/thot_sys.h.orig Wed Mar 22 10:50:05 2006
+++ ../thotlib/include/thot_sys.h Tue Sep 5 15:17:44 2006
@@ -252,9 +252,11 @@
#define MAX_BYTES 6
/* we encourage using "long" to store pointer values, never use "int" ! */
+#ifndef _BSD
#ifndef __intptr_t_defined
#define __intptr_t_defined
typedef long intptr_t;
+#endif
#endif
#endif /* THOT_SYS_H */