freebsd-ports/print/transfig/files/patch-fig2dev_dev_genemf.h
Mikhail Teterin 365b28cd15 Upgrade to 3.2.4, with a minor addition to the patch in the PR.
PR:		ports/46948 ports/38324
Submitted by:	KATO Tsuguru
Approved by:	chuckr (maintainer -- by phone)
2003-02-09 04:26:33 +00:00

13 lines
328 B
C

--- fig2dev/dev/genemf.h.orig Thu Dec 19 07:42:05 2002
+++ fig2dev/dev/genemf.h Tue Jan 7 20:16:08 2003
@@ -30,8 +30,10 @@
#ifndef __USE_MISC
/* Old compatibility names for C types. */
typedef unsigned long int ulong;
+#ifndef __FreeBSD__
typedef unsigned short int ushort;
typedef unsigned int uint;
+#endif
#endif