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
319 B
12 lines
319 B
8 years ago
|
--- Makefile.PL
|
||
|
+++ Makefile.PL
|
||
8 years ago
|
@@ -259,7 +259,7 @@ print F $DEFINES,"\n";
|
||
8 years ago
|
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;
|
||
|
|
||
8 years ago
|
my %WriteMakefileArgs = (
|
||
8 years ago
|
'NAME' => 'GD',
|