diff options
author | Doug Barton <dougb@FreeBSD.org> | 2006-05-26 23:50:11 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2006-05-26 23:50:11 +0000 |
commit | 9ab82d60d82105cd57c38a2d3d2b00edfb534148 (patch) | |
tree | 128cf726daa92cd9ce854d84bb2725df07e1cb8d /print/hplip3/files/patch-pcard_fat.c | |
parent | Update portsnap to version 1.1, to reflect three months of development in (diff) |
Fix port to work on RELENG_4.
Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
Notes
Notes:
svn path=/head/; revision=163558
Diffstat (limited to 'print/hplip3/files/patch-pcard_fat.c')
-rw-r--r-- | print/hplip3/files/patch-pcard_fat.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/print/hplip3/files/patch-pcard_fat.c b/print/hplip3/files/patch-pcard_fat.c new file mode 100644 index 000000000000..805b9ba39d47 --- /dev/null +++ b/print/hplip3/files/patch-pcard_fat.c @@ -0,0 +1,14 @@ +--- pcard/fat.c.orig Tue May 23 15:25:02 2006 ++++ pcard/fat.c Tue May 23 15:25:54 2006 +@@ -27,7 +27,11 @@ + \*****************************************************************************/ + + #include <stdlib.h> ++#ifdef __FreeBSD__ ++#include <inttypes.h> ++#else + #include <stdint.h> ++#endif + #include <stdio.h> + #include <string.h> + #include <unistd.h> |