summaryrefslogtreecommitdiff
path: root/print/hplip3/files/patch-prnt_hpijs_hpijsfax.cpp
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2006-05-26 23:50:11 +0000
committerDoug Barton <dougb@FreeBSD.org>2006-05-26 23:50:11 +0000
commit9ab82d60d82105cd57c38a2d3d2b00edfb534148 (patch)
tree128cf726daa92cd9ce854d84bb2725df07e1cb8d /print/hplip3/files/patch-prnt_hpijs_hpijsfax.cpp
parentUpdate 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-prnt_hpijs_hpijsfax.cpp')
-rw-r--r--print/hplip3/files/patch-prnt_hpijs_hpijsfax.cpp18
1 files changed, 15 insertions, 3 deletions
diff --git a/print/hplip3/files/patch-prnt_hpijs_hpijsfax.cpp b/print/hplip3/files/patch-prnt_hpijs_hpijsfax.cpp
index 60453cb6c9a3..7a3675b9cdba 100644
--- a/print/hplip3/files/patch-prnt_hpijs_hpijsfax.cpp
+++ b/print/hplip3/files/patch-prnt_hpijs_hpijsfax.cpp
@@ -1,6 +1,18 @@
---- prnt/hpijs/hpijsfax.cpp.orig Sat Apr 1 16:35:53 2006
-+++ prnt/hpijs/hpijsfax.cpp Sat Apr 1 16:37:36 2006
-@@ -297,8 +297,8 @@
+--- prnt/hpijs/hpijsfax.cpp.orig Tue Feb 21 13:19:54 2006
++++ prnt/hpijs/hpijsfax.cpp Fri May 26 11:56:49 2006
+@@ -39,7 +39,11 @@
+ #include <string.h>
+ #include <unistd.h>
+ #include <fcntl.h>
++#ifdef __FreeBSD__
++#include <inttypes.h>
++#else
+ #include <stdint.h>
++#endif
+ #include <time.h>
+ #include <sys/time.h>
+ #include <math.h>
+@@ -297,8 +301,8 @@
memset (&tv, 0, sizeof (tv));
gettimeofday (&tv, NULL);