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.
12 lines
308 B
12 lines
308 B
--- Makefile.PL
|
|
+++ Makefile.PL
|
|
@@ -248,7 +248,7 @@ print F $DEFINES,"\n";
|
|
close F;
|
|
|
|
my $CCFLAGS = $Config{ccflags};
|
|
-$CCFLAGS .= " -Wall -Wextra -Wformat=0" if $Config{gccversion} and $] > 5.020;
|
|
+$CCFLAGS .= " -Wall -Wextra" if $Config{gccversion} and $] > 5.020;
|
|
|
|
WriteMakefile(
|
|
'NAME' => 'GD',
|