diff options
author | Daniel Harris <dannyboy@FreeBSD.org> | 2002-10-16 01:34:01 +0000 |
---|---|---|
committer | Daniel Harris <dannyboy@FreeBSD.org> | 2002-10-16 01:34:01 +0000 |
commit | 7aacf7a37eb682bf2d63ff618f3e26b799bd7ba6 (patch) | |
tree | 248e9eadfdefa0b3e3606c2b46460b3219aba2a6 /print/gimp-print/files/patch-rastertoprinter | |
parent | Change main category to chinese so pkgdb doesn't get sick over a missing (diff) |
Actually add patchfile for rastertoprinter.c this time.
While I'm here, fix BUILD_DEPENDS to look for an executable, it is not
LIB_DEPENDS.
Submitted in part by: Jeremy Prior <jez@netcraft.com>
Diffstat (limited to '')
-rw-r--r-- | print/gimp-print/files/patch-rastertoprinter | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/print/gimp-print/files/patch-rastertoprinter b/print/gimp-print/files/patch-rastertoprinter new file mode 100644 index 000000000000..d30be1b52c00 --- /dev/null +++ b/print/gimp-print/files/patch-rastertoprinter @@ -0,0 +1,10 @@ +--- src/cups/rastertoprinter.c- Tue Oct 15 12:32:23 2002 ++++ src/cups/rastertoprinter.c Tue Oct 15 12:32:40 2002 +@@ -57,6 +57,7 @@ + #include <stdlib.h> + #include <unistd.h> + #include <fcntl.h> ++#include <limits.h> + #ifdef INCLUDE_GIMP_PRINT_H + #include INCLUDE_GIMP_PRINT_H + #else |