OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 12-Mar-2003 21:13:30
Branch: HEAD Handle: 2003031220132900
Added files:
openpkg-src/transfig transfig.patch
Log:
add patch to CVS
Summary:
Revision Changes Path
1.1 +24 -0 openpkg-src/transfig/transfig.patch
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/transfig/transfig.patch
============================================================================
$ cvs diff -u -r0 -r1.1 transfig.patch
--- /dev/null 2003-03-12 21:13:30.000000000 +0100
+++ transfig.patch 2003-03-12 21:13:30.000000000 +0100
@@ -0,0 +1,24 @@
+--- 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
+
+
+--- fig2dev/fig2dev.h.orig Thu Dec 19 07:45:28 2002
++++ fig2dev/fig2dev.h Tue Jan 7 20:08:45 2003
+@@ -210,7 +210,7 @@
+ #endif /* MAXPATHLEN */
+ #endif /* PATH_MAX */
+
+-#if ( !defined(__NetBSD__) && !defined(__DARWIN__))
++#if ( !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DARWIN__))
+ extern int sys_nerr, errno;
+ #endif
+
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]