diff options
author | Paul <paul@paul-desktop.(none)> | 2010-07-24 13:07:29 +0100 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-07-24 17:23:58 +0200 |
commit | 315f9eeab4f1bbcc1f1b259d80d5db3a05952456 (patch) | |
tree | 4fdd1c75d1c690d04d8e6b4019d0617efd6eef38 /cpan/Compress-Raw-Zlib/Makefile.PL | |
parent | 439cdf38ae50bdfe6ca11c86ccc3917d6b56ec45 (diff) | |
download | perl-315f9eeab4f1bbcc1f1b259d80d5db3a05952456.tar.gz |
Compress 2.030
Diffstat (limited to 'cpan/Compress-Raw-Zlib/Makefile.PL')
-rw-r--r-- | cpan/Compress-Raw-Zlib/Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Compress-Raw-Zlib/Makefile.PL b/cpan/Compress-Raw-Zlib/Makefile.PL index aa6f5c0053..d999cb483a 100644 --- a/cpan/Compress-Raw-Zlib/Makefile.PL +++ b/cpan/Compress-Raw-Zlib/Makefile.PL @@ -66,7 +66,7 @@ WriteMakefile( NAME => 'Compress::Raw::Zlib', VERSION_FROM => 'lib/Compress/Raw/Zlib.pm', INC => "-I$ZLIB_INCLUDE" , - DEFINE => "$OLD_ZLIB $WALL -DGZIP_OS_CODE=$GZIP_OS_CODE $USE_PPPORT_H" , + DEFINE => "-DNO_VIZ $OLD_ZLIB $WALL -DGZIP_OS_CODE=$GZIP_OS_CODE $USE_PPPORT_H" , XS => { 'Zlib.xs' => 'Zlib.c'}, 'depend' => { 'Makefile' => 'config.in' }, 'clean' => { FILES => '*.c constants.h constants.xs' }, |