freebsd-ports/graphics/p5-Image-Scale/files/patch-Makefile.PL
Bartek Rutkowski b52c6d0375 graphics/p5-Image-Scale: fix BROKEN
- Remove broken code related to gif support (until
  upstream fixes it)

PR:		197958
Submitted by:	Mark Atkinson <atkin901@gmail.com>
2015-03-11 19:13:57 +00:00

10 lines
301 B
Perl

--- Makefile.PL 2015-02-23 09:23:19.000000000 -0800
+++ Makefile.PL 2015-02-23 09:24:02.000000000 -0800
@@ -144,6 +144,7 @@
# Look for libgif
for my $incdir ( $gif_inc, @check ) {
+ last;
if ( $incdir && -e catfile($incdir, 'gif_lib.h') ) {
$GIF = 1;
$gif_inc = $incdir;