diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-23 15:43:13 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-23 15:43:13 +0800 |
commit | 1706c6fae224ce7da8b641dc71c0b501a7a1e878 (patch) | |
tree | f497b0aeaf6c956dacfa407dba0fcbafcf7fc106 /print/foo2zjs/files | |
parent | aadf11c8004034c5f2a7be08b94c37f8e0618779 (diff) | |
download | freebsd-ports-gnome-1706c6fae224ce7da8b641dc71c0b501a7a1e878.tar.gz freebsd-ports-gnome-1706c6fae224ce7da8b641dc71c0b501a7a1e878.tar.zst freebsd-ports-gnome-1706c6fae224ce7da8b641dc71c0b501a7a1e878.zip |
- update to current release
- drop patch incorporated upstream at maintainer's advice
PR: ports/99283
Submitted by: itetcu (me)
Requested by: Costi Ciudatu <ccciudatu @ gmail.com>
Tested by: Costi Ciudatu <ccciudatu @ gmail.com>
Approved by: maintainer
Diffstat (limited to 'print/foo2zjs/files')
-rw-r--r-- | print/foo2zjs/files/patch-icc2ps_lcms.h | 14 |
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 |