You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
perl-GD/GD-2.59-cflags.patch

11 lines
210 B

--- Makefile.PL
+++ Makefile.PL
@@ -237,7 +237,6 @@ print F $DEFINES,"\n";
close F;
my $CCFLAGS = $Config{ccflags};
-$CCFLAGS .= " -Wformat=0" if $Config{gccversion};
WriteMakefile(
'NAME' => 'GD',