aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2012-08-19 03:55:17 +0800
committersunpoet <sunpoet@FreeBSD.org>2012-08-19 03:55:17 +0800
commitfcbb6870a09dae1760ab286f864b29d4581e55cd (patch)
treebe367f51d4352206f843a90e43643b136a43030f /graphics
parentade541a7bec29b8261e35409812fccc770d36022 (diff)
downloadfreebsd-ports-gnome-fcbb6870a09dae1760ab286f864b29d4581e55cd.tar.gz
freebsd-ports-gnome-fcbb6870a09dae1760ab286f864b29d4581e55cd.tar.zst
freebsd-ports-gnome-fcbb6870a09dae1760ab286f864b29d4581e55cd.zip
- Remove giflib patch which was fixed in 0.92
Notified by: az
Diffstat (limited to 'graphics')
-rw-r--r--graphics/p5-Imager/files/patch-GIF_LIB_VERSION27
1 files changed, 0 insertions, 27 deletions
diff --git a/graphics/p5-Imager/files/patch-GIF_LIB_VERSION b/graphics/p5-Imager/files/patch-GIF_LIB_VERSION
deleted file mode 100644
index fdeb861f4599..000000000000
--- a/graphics/p5-Imager/files/patch-GIF_LIB_VERSION
+++ /dev/null
@@ -1,27 +0,0 @@
---- GIF/Makefile.PL 2012-03-18 15:35:09.000000000 +0400
-+++ GIF/Makefile.PL 2012-06-06 14:14:57.076093500 +0400
-@@ -109,6 +109,11 @@
-
- sub _gif_test_code {
- return <<'CODE';
-+
-+#ifndef GIF_LIB_VERSION
-+#define GIF_LIB_VERSION " Version 4.2, "
-+#endif
-+
- /* TODO: test DGifOpen() and processing with callbacks */
- GifFileType *gf;
- const char vers[] = GIF_LIB_VERSION;
---- GIF/imgif.c 2011-11-25 14:31:00.000000000 +0400
-+++ GIF/imgif.c 2012-06-06 14:15:13.033980092 +0400
-@@ -10,6 +10,10 @@
- #include <stdlib.h>
- #include <stdio.h>
-
-+#ifndef GIF_LIB_VERSION
-+#define GIF_LIB_VERSION " Version 4.2, "
-+#endif
-+
- /*
- =head1 NAME
-