freebsd-ports/graphics/ipe/files/patch-include.ipebase-h
Max Brazhnikov fa85bc42e6 Update to 6.0.p32.p1
Pass maintainership to submitter

PR:		based on ports/137642
Submitted by:	Troels Kofoed Jacobsen (tkjacobsen at gmail.com)
2009-09-14 23:07:15 +00:00

11 lines
376 B
Text

--- include/ipebase.h.orig 2009-07-22 14:23:05.000000000 +0200
+++ include/ipebase.h 2009-07-22 14:24:15.000000000 +0200
@@ -43,7 +43,7 @@
typedef unsigned char uchar;
-#if defined(WIN32) || defined(__APPLE__)
+#if defined(WIN32) || defined(__APPLE__) || defined(__FreeBSD__)
typedef unsigned short ushort;
typedef unsigned int uint;
typedef unsigned long int ulong;