diff options
author | mi <mi@FreeBSD.org> | 2011-09-27 09:40:16 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2011-09-27 09:40:16 +0800 |
commit | c0d7a887735f009d7a875b21fc3bf0f8de24ef08 (patch) | |
tree | 1e771a344fcb54798a418d0c71391223c1212f70 /graphics | |
parent | 78969fa9fcfe6503916f8862ab230b85e2190593 (diff) | |
download | freebsd-ports-gnome-c0d7a887735f009d7a875b21fc3bf0f8de24ef08.tar.gz freebsd-ports-gnome-c0d7a887735f009d7a875b21fc3bf0f8de24ef08.tar.zst freebsd-ports-gnome-c0d7a887735f009d7a875b21fc3bf0f8de24ef08.zip |
Delete the old patch files, that I forgot to 'cvs delete' before.
Adjust pointy hat.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/vips/files/patch-libsrc-iofuncs-predicate.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/graphics/vips/files/patch-libsrc-iofuncs-predicate.c b/graphics/vips/files/patch-libsrc-iofuncs-predicate.c deleted file mode 100644 index 96f8010998e0..000000000000 --- a/graphics/vips/files/patch-libsrc-iofuncs-predicate.c +++ /dev/null @@ -1,15 +0,0 @@ ---- libsrc/iofuncs/predicate.c.orig Tue Feb 8 07:19:20 2005 -+++ libsrc/iofuncs/predicate.c -@@ -73,6 +73,12 @@ - #include <vips/vips.h> - - #ifdef HAVE_TIFF -+#undef D50_X0 -+#undef D50_Y0 -+#undef D50_Z0 -+#undef D65_X0 -+#undef D65_Y0 -+#undef D65_Z0 - #include <tiffio.h> - #endif /*HAVE_TIFF*/ - |