summaryrefslogtreecommitdiff
path: root/system/po4a/disable-stats.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/po4a/disable-stats.patch')
-rw-r--r--system/po4a/disable-stats.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/po4a/disable-stats.patch b/system/po4a/disable-stats.patch
index 765a38520..692888460 100644
--- a/system/po4a/disable-stats.patch
+++ b/system/po4a/disable-stats.patch
@@ -13,10 +13,10 @@ This is because stdout/stderr is empty.
@@ -15,7 +15,8 @@
$self->depends_on('docs');
$self->depends_on('distmeta'); # regenerate META.yml
- $self->depends_on('man');
-- $self->depends_on('postats');
+ $self->depends_on('man') unless ($^O eq 'MSWin32');
+- $self->depends_on('postats') unless ($^O eq 'MSWin32');
+ # We don't need to show stats at the end.
-+ # $self->depends_on('postats');
++ # $self->depends_on('postats') unless $(^O eq 'MSWin32');
}
sub make_files_writable {