aboutsummaryrefslogtreecommitdiff
path: root/print/foo2zjs/files
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-23 07:43:13 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-23 07:43:13 +0000
commit168b676ce02b1a0ae4df9ebbcb50e6951891b0af (patch)
treed5febd778d5b0f92df87ed3c64c45dfacbe09d6c /print/foo2zjs/files
parentdbcaef4104f36b59a2805d302a9b29173a41f48f (diff)
downloadports-168b676ce02b1a0ae4df9ebbcb50e6951891b0af.tar.gz
ports-168b676ce02b1a0ae4df9ebbcb50e6951891b0af.zip
Notes
Diffstat (limited to 'print/foo2zjs/files')
-rw-r--r--print/foo2zjs/files/patch-icc2ps_lcms.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/print/foo2zjs/files/patch-icc2ps_lcms.h b/print/foo2zjs/files/patch-icc2ps_lcms.h
deleted file mode 100644
index 03bb0e16142f..000000000000
--- a/print/foo2zjs/files/patch-icc2ps_lcms.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- icc2ps/lcms.h Sun Jun 4 14:21:49 2006
-+++ icc2ps/lcms.h Sun Jun 4 14:22:05 2006
-@@ -133,9 +133,8 @@
-
- #if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__)
- # include <sys/types.h>
--# define USE_INT64 1
--# define LCMSSLONGLONG int_64_t
--# define LCMSULONGLONG u_int64_t
-+# define LCMSSLONGLONG int64_t
-+# define LCMSULONGLONG uint64_t
- #endif
-
- #ifdef USE_INT64